Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Disolation.h37 extern int housekeeping_any_cpu(enum hk_type type);
47 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu() function
/linux/kernel/sched/
H A Disolation.c78 int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu() function
102 EXPORT_SYMBOL_GPL(housekeeping_any_cpu);
H A Dcore.c1232 default_cpu = housekeeping_any_cpu(HK_TYPE_KERNEL_NOISE); in get_nohz_timer_target()
/linux/Documentation/core-api/
H A Dhousekeeping.rst109 cpu = housekeeping_any_cpu(HK_TYPE_DOMAIN);
/linux/kernel/
H A Dcpu.c1894 primary = housekeeping_any_cpu(HK_TYPE_TIMER); in freeze_secondary_cpus()
H A Dworkqueue.c2535 cpu = housekeeping_any_cpu(HK_TYPE_TIMER); in __queue_delayed_work()
/linux/kernel/trace/
H A Dring_buffer.c4035 cpu = housekeeping_any_cpu(HK_TYPE_KERNEL_NOISE); in rb_irq_work_queue()