Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtick-internal.h152 extern unsigned long tick_nohz_active;
159 #define tick_nohz_active (0) macro
Dtick-sched.c457 unsigned long tick_nohz_active __read_mostly;
561 if (!tick_nohz_active) in get_cpu_idle_time_us()
602 if (!tick_nohz_active) in get_cpu_iowait_time_us()
1189 if (!test_and_set_bit(0, &tick_nohz_active)) in tick_nohz_activate()
Dtimer.c226 if (sysctl_timer_migration && tick_nohz_active) in timers_update_migration()
/Linux-v4.19/kernel/rcu/
Dtree_plugin.h1586 tne = READ_ONCE(tick_nohz_active); in rcu_prepare_for_idle()