Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Disolation.h27 extern bool housekeeping_test_cpu(int cpu, enum hk_type type);
50 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu() function
62 return housekeeping_test_cpu(cpu, type); in housekeeping_cpu()
69 return !housekeeping_test_cpu(cpu, HK_TYPE_DOMAIN) || in cpu_is_isolated()
70 !housekeeping_test_cpu(cpu, HK_TYPE_TICK); in cpu_is_isolated()
/openbmc/linux/kernel/sched/
H A Disolation.c73 bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu() function
80 EXPORT_SYMBOL_GPL(housekeeping_test_cpu);