Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Disolation.h20 extern int housekeeping_any_cpu(enum hk_flags flags);
28 static inline int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() function
/Linux-v4.19/kernel/sched/
Disolation.c16 int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() function
23 EXPORT_SYMBOL_GPL(housekeeping_any_cpu);
Dcore.c520 cpu = housekeeping_any_cpu(HK_FLAG_TIMER); in get_nohz_timer_target()