xref: /linux-6.15/include/linux/group_cpus.h (revision f7b3ea8c)
1*f7b3ea8cSMing Lei /* SPDX-License-Identifier: GPL-2.0-only */
2*f7b3ea8cSMing Lei /*
3*f7b3ea8cSMing Lei  * Copyright (C) 2016 Thomas Gleixner.
4*f7b3ea8cSMing Lei  * Copyright (C) 2016-2017 Christoph Hellwig.
5*f7b3ea8cSMing Lei  */
6*f7b3ea8cSMing Lei 
7*f7b3ea8cSMing Lei #ifndef __LINUX_GROUP_CPUS_H
8*f7b3ea8cSMing Lei #define __LINUX_GROUP_CPUS_H
9*f7b3ea8cSMing Lei #include <linux/kernel.h>
10*f7b3ea8cSMing Lei #include <linux/cpu.h>
11*f7b3ea8cSMing Lei 
12*f7b3ea8cSMing Lei struct cpumask *group_cpus_evenly(unsigned int numgrps);
13*f7b3ea8cSMing Lei 
14*f7b3ea8cSMing Lei #endif
15