Home
last modified time | relevance | path

Searched refs:sd_sysctl_cpus (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Ddebug.c640 static cpumask_var_t sd_sysctl_cpus;
698 * the debug directory. Don't touch sd_sysctl_cpus until then. in update_sched_domain_debugfs()
706 if (!cpumask_available(sd_sysctl_cpus)) { in update_sched_domain_debugfs()
707 if (!alloc_cpumask_var(&sd_sysctl_cpus, GFP_KERNEL)) in update_sched_domain_debugfs()
709 cpumask_copy(sd_sysctl_cpus, cpu_possible_mask); in update_sched_domain_debugfs()
715 /* rebuild sd_sysctl_cpus if empty since it gets cleared below */ in update_sched_domain_debugfs()
716 if (cpumask_empty(sd_sysctl_cpus)) in update_sched_domain_debugfs()
717 cpumask_copy(sd_sysctl_cpus, cpu_online_mask); in update_sched_domain_debugfs()
720 for_each_cpu(cpu, sd_sysctl_cpus) { in update_sched_domain_debugfs()
740 __cpumask_clear_cpu(cpu, sd_sysctl_cpus); in update_sched_domain_debugfs()
639 static cpumask_var_t sd_sysctl_cpus; global() variable
[all...]