Searched refs:top_cpuset (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 287 struct cpuset top_cpuset = { variable 719 if (cur == &top_cpuset) in validate_change() 839 cpuset_for_each_descendant_pre(cp, pos_css, &top_cpuset) { in generate_sched_domains() 889 if (!csa || csa[i] == &top_cpuset) in generate_sched_domains() 890 cpumask_and(doms[i], top_cpuset.effective_cpus, in generate_sched_domains() 949 cpuset_for_each_descendant_pre(cs, pos_css, &top_cpuset) { in dl_rebuild_rd_accounting() 1058 bool top_cs = cs == &top_cpuset; in cpuset_update_tasks_cpumask() 1231 parent = &top_cpuset; in partition_xcpus_add() 1234 if (parent == &top_cpuset) in partition_xcpus_add() 1258 parent = &top_cpuset; in partition_xcpus_del() [all …]
|
| H A D | cpuset-v1.c | 650 if (is_sched_load_balance(&top_cpuset)) { in cpuset1_generate_sched_domains() 659 update_domain_attr_tree(dattr, &top_cpuset); in cpuset1_generate_sched_domains() 661 cpumask_and(doms[0], top_cpuset.effective_cpus, in cpuset1_generate_sched_domains() 673 cpuset_for_each_descendant_pre(cp, pos_css, &top_cpuset) { in cpuset1_generate_sched_domains() 674 if (cp == &top_cpuset) in cpuset1_generate_sched_domains()
|
| H A D | cpuset-internal.h | 189 extern struct cpuset top_cpuset;
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 222 The cpus and mems files in the root (top_cpuset) cpuset are 480 This is just the general case of the top_cpuset example given a few
|