Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Ddebug.c294 static cpumask_var_t sd_sysctl_cpus; variable
328 if (!cpumask_available(sd_sysctl_cpus)) { in register_sched_domain_sysctl()
329 if (!alloc_cpumask_var(&sd_sysctl_cpus, GFP_KERNEL)) in register_sched_domain_sysctl()
336 cpumask_copy(sd_sysctl_cpus, cpu_possible_mask); in register_sched_domain_sysctl()
339 for_each_cpu(i, sd_sysctl_cpus) { in register_sched_domain_sysctl()
352 __cpumask_clear_cpu(i, sd_sysctl_cpus); in register_sched_domain_sysctl()
361 if (cpumask_available(sd_sysctl_cpus)) in dirty_sched_domain_sysctl()
362 __cpumask_set_cpu(cpu, sd_sysctl_cpus); in dirty_sched_domain_sysctl()