Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Ddebug.c311 static cpumask_var_t sd_sysctl_cpus; variable
344 if (!cpumask_available(sd_sysctl_cpus)) { in register_sched_domain_sysctl()
345 if (!alloc_cpumask_var(&sd_sysctl_cpus, GFP_KERNEL)) in register_sched_domain_sysctl()
349 cpumask_copy(sd_sysctl_cpus, cpu_possible_mask); in register_sched_domain_sysctl()
352 for_each_cpu(i, sd_sysctl_cpus) { in register_sched_domain_sysctl()
365 __cpumask_clear_cpu(i, sd_sysctl_cpus); in register_sched_domain_sysctl()
374 if (cpumask_available(sd_sysctl_cpus)) in dirty_sched_domain_sysctl()
375 __cpumask_set_cpu(cpu, sd_sysctl_cpus); in dirty_sched_domain_sysctl()