Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/time/
Dtick-internal.h154 extern unsigned long tick_nohz_active;
161 #define tick_nohz_active (0) macro
Dtick-sched.c492 unsigned long tick_nohz_active __read_mostly;
596 if (!tick_nohz_active) in get_cpu_idle_time_us()
637 if (!tick_nohz_active) in get_cpu_iowait_time_us()
1243 if (!test_and_set_bit(0, &tick_nohz_active)) in tick_nohz_activate()
Dtimer.c231 if (sysctl_timer_migration && tick_nohz_active) in timers_update_migration()
/Linux-v5.10/kernel/rcu/
Dtree_plugin.h1394 tne = READ_ONCE(tick_nohz_active); in rcu_prepare_for_idle()
/Linux-v5.10/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst185 13 tne = READ_ONCE(tick_nohz_active);