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.h24 extern int housekeeping_any_cpu(enum hk_type type);
33 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu() function
/linux/kernel/sched/
H A Disolation.c39 int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu() function
63 EXPORT_SYMBOL_GPL(housekeeping_any_cpu);
H A Dcore.c1151 default_cpu = housekeeping_any_cpu(HK_TYPE_TIMER); in get_nohz_timer_target()
/linux/kernel/
H A Dcpu.c1910 primary = housekeeping_any_cpu(HK_TYPE_TIMER); in freeze_secondary_cpus()
H A Dworkqueue.c2519 cpu = housekeeping_any_cpu(HK_TYPE_TIMER); in __queue_delayed_work()