Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtick-internal.h153 extern unsigned long tick_nohz_active;
155 #define tick_nohz_active (0) macro
Dtick-sched.c391 unsigned long tick_nohz_active __read_mostly;
495 if (!tick_nohz_active) in get_cpu_idle_time_us()
536 if (!tick_nohz_active) in get_cpu_iowait_time_us()
954 if (!test_and_set_bit(0, &tick_nohz_active)) in tick_nohz_activate()
Dtimer.c105 bool on = sysctl_timer_migration && tick_nohz_active; in timers_update_migration()
/linux-4.4.14/kernel/rcu/
Dtree_plugin.h1531 tne = READ_ONCE(tick_nohz_active); in rcu_prepare_for_idle()