Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtick.h121 extern bool tick_nohz_enabled;
146 #define tick_nohz_enabled (0) macro
/Linux-v5.4/kernel/time/
Dtick-sched.c462 bool tick_nohz_enabled __read_mostly = true;
469 return (kstrtobool(str, &tick_nohz_enabled) == 0); in setup_tick_nohz()
1210 if (!tick_nohz_enabled) in tick_nohz_activate()
1226 if (!tick_nohz_enabled) in tick_nohz_switch_to_nohz()
/Linux-v5.4/drivers/cpuidle/governors/
Dladder.c192 if (!tick_nohz_enabled) in init_ladder()