Searched refs:top_cpuset (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 288 struct cpuset top_cpuset = { variable 761 if (cur == &top_cpuset) in validate_change() 881 cpuset_for_each_descendant_pre(cp, pos_css, &top_cpuset) { in generate_sched_domains() 931 if (!csa || csa[i] == &top_cpuset) in generate_sched_domains() 932 cpumask_and(doms[i], top_cpuset.effective_cpus, in generate_sched_domains() 991 cpuset_for_each_descendant_pre(cs, pos_css, &top_cpuset) { in dl_rebuild_rd_accounting() 1103 bool top_cs = cs == &top_cpuset; in cpuset_update_tasks_cpumask() 1318 parent = &top_cpuset; in partition_xcpus_add() 1321 if (parent == &top_cpuset) in partition_xcpus_add() 1345 parent = &top_cpuset; in partition_xcpus_del() [all …]
|
| H A D | cpuset-v1.c | 645 if (is_sched_load_balance(&top_cpuset)) { in cpuset1_generate_sched_domains() 654 update_domain_attr_tree(dattr, &top_cpuset); in cpuset1_generate_sched_domains() 656 cpumask_and(doms[0], top_cpuset.effective_cpus, in cpuset1_generate_sched_domains() 668 cpuset_for_each_descendant_pre(cp, pos_css, &top_cpuset) { in cpuset1_generate_sched_domains() 669 if (cp == &top_cpuset) in cpuset1_generate_sched_domains()
|
| H A D | cpuset-internal.h | 194 extern struct cpuset top_cpuset;
|