Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dtopology.c2787 * as determined by the single cpumask fallback_doms. in detach_destroy_domains()
2789 static cpumask_var_t fallback_doms; in detach_destroy_domains()
2836 zalloc_cpumask_var(&fallback_doms, GFP_KERNEL);
2843 doms_cur = &fallback_doms;
2906 * 'fallback_doms', it also forces the domains to be rebuilt. in partition_sched_domains_locked()
2958 doms_new = &fallback_doms;
2995 if (doms_cur != &fallback_doms)
2720 static cpumask_var_t fallback_doms; global() variable