Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c2899 static inline bool test_idle_cores(int cpu);
2903 idle_core >= 0 || !test_idle_cores(cpu)) in numa_idle_core()
8579 static inline bool test_idle_cores(int cpu) in test_idle_cores() function
8603 if (test_idle_cores(core)) in __update_idle_core()
8812 bool has_idle_core = sched_smt_active() && test_idle_cores(target); in select_idle_capacity()
9049 has_idle_core = test_idle_cores(target); in select_idle_sibling()