Searched defs:fallback_doms (Results 1 - 1 of 1) sorted by relevance

/kernel/sched/
H A Dcore.c6689 * as determined by the single cpumask fallback_doms.
6691 static cpumask_var_t fallback_doms; variable
6741 doms_cur = &fallback_doms;
6797 * 'fallback_doms', it also forces the domains to be rebuilt.
6837 doms_new = &fallback_doms;
6856 if (doms_cur != &fallback_doms)
6935 alloc_cpumask_var(&fallback_doms, GFP_KERNEL);

Completed in 19 milliseconds