Home
last modified time | relevance | path

Searched refs:idle_active (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/kernel/time/
A Dtick-sched.c648 if (ts->idle_active) { in update_ts_time_stats()
665 ts->idle_active = 0; in tick_nohz_stop_idle()
673 ts->idle_active = 1; in tick_nohz_start_idle()
704 if (ts->idle_active && !nr_iowait_cpu(cpu)) { in get_cpu_idle_time_us()
745 if (ts->idle_active && nr_iowait_cpu(cpu) > 0) { in get_cpu_iowait_time_us()
1330 bool idle_active, tick_stopped; in tick_nohz_idle_exit() local
1339 idle_active = ts->idle_active; in tick_nohz_idle_exit()
1342 if (idle_active || tick_stopped) in tick_nohz_idle_exit()
1345 if (idle_active) in tick_nohz_idle_exit()
1425 if (!ts->idle_active && !ts->tick_stopped) in tick_nohz_irq_enter()
[all …]
A Dtick-sched.h62 unsigned int idle_active : 1; member

Completed in 5 milliseconds