Searched refs:top_cpuset (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 140 * top_cpuset 274 * The top_cpuset is always synchronized to cpu_active_mask and we should avoid 287 struct cpuset top_cpuset = { variable 722 if (cur == &top_cpuset) in validate_change() 842 cpuset_for_each_descendant_pre(cp, pos_css, &top_cpuset) { in generate_sched_domains() 892 if (!csa || csa[i] == &top_cpuset) in generate_sched_domains() 893 cpumask_and(doms[i], top_cpuset.effective_cpus, in generate_sched_domains() 952 cpuset_for_each_descendant_pre(cs, pos_css, &top_cpuset) { in dl_rebuild_rd_accounting() 1050 * For top_cpuset, task_cpu_possible_mask() is used instead of effective_cpus 1052 * update cpumasks for tasks in top_cpuset [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 | 139 * - top_cpuset.old_mems_allowed is initialized to mems_allowed. 195 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
|