Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Disolation.h29 extern int housekeeping_any_cpu(enum hk_type type);
38 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu() function
/linux/kernel/sched/
H A Disolation.c35 int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu() function
59 EXPORT_SYMBOL_GPL(housekeeping_any_cpu);
H A Dcore.c1217 default_cpu = housekeeping_any_cpu(HK_TYPE_KERNEL_NOISE); in get_nohz_timer_target()
/linux/kernel/
H A Dcpu.c1905 primary = housekeeping_any_cpu(HK_TYPE_TIMER); in freeze_secondary_cpus()
H A Dworkqueue.c2522 cpu = housekeeping_any_cpu(HK_TYPE_TIMER); in __queue_delayed_work()