Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dtimer.c290 static inline bool is_timers_nohz_active(void) in is_timers_nohz_active() function
295 static inline bool is_timers_nohz_active(void) { return false; } in is_timers_nohz_active() function
574 if (!is_timers_nohz_active()) in trigger_dyntick_cpu()