Home
last modified time | relevance | path

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

/kernel/cgroup/
Dcpuset.c116 struct cpuset { struct
125 * cpuset.cpus and cpuset.mems, and won't be limited by the argument
164 * - A new cpuset's old_mems_allowed is initialized when some argument
175 * Tasks are being attached to this cpuset. Used to prevent argument
201 * number of SCHED_DEADLINE tasks attached to this cpuset, so that we argument
211 /* Handle for cpuset.cpus.partition */ argument
212 struct cgroup_file partition_file;
/kernel/sched/
Dcore.c3565 enum { cpuset, possible, fail } state = cpuset; in select_fallback_rq() enumerator