Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dcpuset.c75 struct cpuset { struct
84 * cpuset.cpus and cpuset.mems, and won't be limited by the argument
112 * - A new cpuset's old_mems_allowed is initialized when some argument
123 * Tasks are being attached to this cpuset. Used to prevent argument
135 static inline struct cpuset *css_cs(struct cgroup_subsys_state *css) in css_cs() argument
/linux-4.1.27/tools/power/cpupower/bench/
Dsystem.c89 cpu_set_t cpuset; in set_cpu_affinity() local
/linux-4.1.27/tools/perf/bench/
Dfutex.h75 cpu_set_t *cpuset) in pthread_attr_setaffinity_np()
/linux-4.1.27/kernel/sched/
Dcore.c1309 enum { cpuset, possible, fail } state = cpuset; in select_fallback_rq() enumerator