Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Disolation.h41 extern bool housekeeping_test_cpu(int cpu, enum hk_type type);
65 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu() function
78 return housekeeping_test_cpu(cpu, type); in housekeeping_cpu()
85 return !housekeeping_test_cpu(cpu, HK_TYPE_DOMAIN); in cpu_is_isolated()
/linux/kernel/sched/
H A Disolation.c112 bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu() function
119 EXPORT_SYMBOL_GPL(housekeeping_test_cpu);
/linux/kernel/
H A Dworkqueue.c2534 if (!housekeeping_test_cpu(cpu, HK_TYPE_TIMER)) in __queue_delayed_work()