Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Disolation.h58 static inline bool housekeeping_cpu(int cpu, enum hk_type type) in housekeeping_cpu() function
/openbmc/linux/drivers/hwmon/
H A Dcoretemp.c507 if (!housekeeping_cpu(cpu, HK_TYPE_MISC)) in create_core_data()
/openbmc/linux/kernel/sched/
H A Dcore.c1091 if (housekeeping_cpu(cpu, HK_TYPE_TIMER)) { in get_nohz_timer_target()
5645 if (housekeeping_cpu(cpu, HK_TYPE_TICK)) in scheduler_tick()
5771 if (housekeeping_cpu(cpu, HK_TYPE_TICK)) in sched_tick_start()
5792 if (housekeeping_cpu(cpu, HK_TYPE_TICK)) in sched_tick_stop()
H A Dfair.c12000 if (!housekeeping_cpu(cpu, HK_TYPE_SCHED)) in nohz_balance_enter_idle()
12215 if (!housekeeping_cpu(this_cpu, HK_TYPE_SCHED)) in nohz_newidle_balance()
/openbmc/linux/kernel/
H A Dcpu.c1931 if (!housekeeping_cpu(primary, HK_TYPE_TIMER)) in freeze_secondary_cpus()