Home
last modified time | relevance | path

Searched defs:cpuset (Results 1 – 2 of 2) sorted by relevance

/kernel/cgroup/
Dcpuset.c85 struct cpuset { struct
94 * cpuset.cpus and cpuset.mems, and won't be limited by the argument
133 * - A new cpuset's old_mems_allowed is initialized when some argument
144 * Tasks are being attached to this cpuset. Used to prevent argument
170 * number of SCHED_DEADLINE tasks attached to this cpuset, so that we argument
177 /* Handle for cpuset.cpus.partition */ argument
190 * subparts_cpus. In this case, the cpuset is not a real partition argument
1232 static int update_parent_subparts_cpumask(struct cpuset *cpuset, int cmd, in update_parent_subparts_cpumask()
/kernel/sched/
Dcore.c3431 enum { cpuset, possible, fail } state = cpuset; in select_fallback_rq() enumerator