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.c698 static cpumask_var_t sd_sysctl_cpus; in update_sched_domain_debugfs()
756 * the debug directory. Don't touch sd_sysctl_cpus until then. in print_cfs_group_stats()
764 if (!cpumask_available(sd_sysctl_cpus)) { in print_cfs_group_stats()
765 if (!alloc_cpumask_var(&sd_sysctl_cpus, GFP_KERNEL)) in print_cfs_group_stats()
767 cpumask_copy(sd_sysctl_cpus, cpu_possible_mask); in print_cfs_group_stats()
773 /* rebuild sd_sysctl_cpus if empty since it gets cleared below */ in print_cfs_group_stats()
774 if (cpumask_empty(sd_sysctl_cpus)) in print_cfs_group_stats()
775 cpumask_copy(sd_sysctl_cpus, cpu_online_mask); in print_cfs_group_stats()
778 for_each_cpu(cpu, sd_sysctl_cpus) { in print_cfs_group_stats()
798 __cpumask_clear_cpu(cpu, sd_sysctl_cpus);
640 static cpumask_var_t sd_sysctl_cpus; global() variable
[all...]