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

/linux-master/include/linux/sched/
H A Disolation.h28 extern bool housekeeping_test_cpu(int cpu, enum hk_type type);
51 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) function
63 return housekeeping_test_cpu(cpu, type);
70 return !housekeeping_test_cpu(cpu, HK_TYPE_DOMAIN) ||
71 !housekeeping_test_cpu(cpu, HK_TYPE_TICK) ||
/linux-master/kernel/sched/
H A Disolation.c73 bool housekeeping_test_cpu(int cpu, enum hk_type type) function
80 EXPORT_SYMBOL_GPL(housekeeping_test_cpu); variable
/linux-master/kernel/
H A Dworkqueue.c2562 if (!housekeeping_test_cpu(cpu, HK_TYPE_TIMER))

Completed in 130 milliseconds