1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * Copyright (C) 2016 Thomas Gleixner. 3 * Copyright (C) 2016 Thomas Gleixner. 4 * Copyright (C) 2016-2017 Christoph Hellwig. 4 * Copyright (C) 2016-2017 Christoph Hellwig. 5 */ 5 */ 6 6 7 #ifndef __LINUX_GROUP_CPUS_H 7 #ifndef __LINUX_GROUP_CPUS_H 8 #define __LINUX_GROUP_CPUS_H 8 #define __LINUX_GROUP_CPUS_H 9 #include <linux/kernel.h> 9 #include <linux/kernel.h> 10 #include <linux/cpu.h> 10 #include <linux/cpu.h> 11 11 12 struct cpumask *group_cpus_evenly(unsigned int 12 struct cpumask *group_cpus_evenly(unsigned int numgrps); 13 13 14 #endif 14 #endif 15 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.