Searched refs:top_cpuset (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c171 static struct cpuset top_cpuset = { variable in typeref:struct:cpuset
176 .sibling = LIST_HEAD_INIT(top_cpuset.sibling),
177 .children = LIST_HEAD_INIT(top_cpuset.children),
242 * least one task in the system (init), therefore, top_cpuset
244 * need a special hack to ensure that top_cpuset cannot be deleted.
654 if (tsk->cpuset == &top_cpuset) {
655 /* Don't need rcu for top_cpuset. It's never freed. */
656 my_cpusets_mem_gen = top_cpuset.mems_generation;
731 if (cur == &top_cpuset)
819 /* top_cpuset
[all...]

Completed in 55 milliseconds