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.h33 extern bool housekeeping_test_cpu(int cpu, enum hk_type type); in housekeeping_any_cpu()
56 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_init()
68 return housekeeping_test_cpu(cpu, type); in cpu_is_isolated()
75 return !housekeeping_test_cpu(cpu, HK_TYPE_DOMAIN) ||
76 !housekeeping_test_cpu(cpu, HK_TYPE_TICK) ||
51 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) housekeeping_test_cpu() function
/linux/kernel/sched/
H A Disolation.c76 bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_affine()
83 EXPORT_SYMBOL_GPL(housekeeping_test_cpu); in housekeeping_test_cpu()
82 bool housekeeping_test_cpu(int cpu, enum hk_type type) housekeeping_test_cpu() function
/linux/kernel/
H A Dworkqueue.c2521 if (!housekeeping_test_cpu(cpu, HK_TYPE_TIMER)) in __queue_delayed_work()