Searched refs:idle_active (Results 1 – 2 of 2) sorted by relevance
665 if (WARN_ON_ONCE(!ts->idle_active)) in tick_nohz_stop_idle()677 ts->idle_active = 0; in tick_nohz_stop_idle()687 ts->idle_active = 1; in tick_nohz_start_idle()709 if (ts->idle_active && compute_delta) { in get_cpu_sleep_time_us()1342 bool idle_active, tick_stopped; in tick_nohz_idle_exit() local1351 idle_active = ts->idle_active; in tick_nohz_idle_exit()1354 if (idle_active || tick_stopped) in tick_nohz_idle_exit()1357 if (idle_active) in tick_nohz_idle_exit()1437 if (!ts->idle_active && !ts->tick_stopped) in tick_nohz_irq_enter()1440 if (ts->idle_active) in tick_nohz_irq_enter()
62 unsigned int idle_active : 1; member