Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c1579 static inline bool test_idle_cores(int cpu, bool def);
1583 idle_core >= 0 || !test_idle_cores(cpu, false)) in numa_idle_core()
6358 static inline bool test_idle_cores(int cpu, bool def) in test_idle_cores() function
6382 if (test_idle_cores(core, true)) in __update_idle_core()
6458 static inline bool test_idle_cores(int cpu, bool def) in test_idle_cores() function
6694 has_idle_core = test_idle_cores(target, false); in select_idle_sibling()