Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dtick-internal.h154 extern unsigned long tick_nohz_active;
161 #define tick_nohz_active (0) macro
Dtick-sched.c463 unsigned long tick_nohz_active __read_mostly;
567 if (!tick_nohz_active) in get_cpu_idle_time_us()
608 if (!tick_nohz_active) in get_cpu_iowait_time_us()
1214 if (!test_and_set_bit(0, &tick_nohz_active)) in tick_nohz_activate()
Dtimer.c229 if (sysctl_timer_migration && tick_nohz_active) in timers_update_migration()
/Linux-v5.4/kernel/rcu/
Dtree_plugin.h1391 tne = READ_ONCE(tick_nohz_active); in rcu_prepare_for_idle()