Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtick.h135 extern bool tick_nohz_idle_got_tick(void);
159 static inline bool tick_nohz_idle_got_tick(void) { return false; } in tick_nohz_idle_got_tick() function
/Linux-v5.10/drivers/cpuidle/governors/
Dmenu.c437 data->tick_wakeup = tick_nohz_idle_got_tick(); in menu_reflect()
Dteo.c454 (tick_nohz_idle_got_tick() && cpu_data->sleep_length_ns > TICK_NSEC)) { in teo_reflect()
/Linux-v5.10/kernel/time/
Dtick-sched.c1059 bool tick_nohz_idle_got_tick(void) in tick_nohz_idle_got_tick() function