Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Disolation.h20 extern int housekeeping_any_cpu(enum hk_flags flags);
29 static inline int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() function
/Linux-v5.4/kernel/sched/
Disolation.c23 int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() function
38 EXPORT_SYMBOL_GPL(housekeeping_any_cpu);
Dcore.c574 cpu = housekeeping_any_cpu(HK_FLAG_TIMER); in get_nohz_timer_target()
/Linux-v5.4/kernel/
Dcpu.c1218 primary = housekeeping_any_cpu(HK_FLAG_TIMER); in freeze_secondary_cpus()