Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtick.h127 extern bool tick_nohz_enabled;
152 #define tick_nohz_enabled (0) macro
/linux-6.1.9/kernel/time/
Dtick-sched.c591 bool tick_nohz_enabled __read_mostly = true;
598 return (kstrtobool(str, &tick_nohz_enabled) == 0); in setup_tick_nohz()
1384 if (!tick_nohz_enabled) in tick_nohz_activate()
1400 if (!tick_nohz_enabled) in tick_nohz_switch_to_nohz()
/linux-6.1.9/drivers/cpuidle/governors/
Dladder.c191 if (!tick_nohz_enabled) in init_ladder()