Home
last modified time | relevance | path

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

/kernel/time/
Dtick-internal.h154 extern unsigned long tick_nohz_active;
161 #define tick_nohz_active (0) macro
Dtick-sched.c467 unsigned long tick_nohz_active __read_mostly;
571 if (!tick_nohz_active) in get_cpu_idle_time_us()
612 if (!tick_nohz_active) in get_cpu_iowait_time_us()
1218 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()
/kernel/rcu/
Dtree_plugin.h1391 tne = READ_ONCE(tick_nohz_active); in rcu_prepare_for_idle()