Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtick.h128 extern bool tick_nohz_enabled;
145 #define tick_nohz_enabled (0) macro
/linux/kernel/time/
H A Dtick-sched.c698 bool tick_nohz_enabled __read_mostly = true;
705 return (kstrtobool(str, &tick_nohz_enabled) == 0); in setup_tick_nohz()
1524 if (!tick_nohz_enabled) in tick_nohz_activate()
1537 if (!tick_nohz_enabled) in tick_nohz_switch_to_nohz()
/linux/drivers/cpuidle/governors/
H A Dladder.c192 if (!tick_nohz_enabled) in init_ladder()