Home
last modified time | relevance | path

Searched refs:inidle (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/time/
H A Dtick-sched.h29 * @inidle: Indicator that the CPU is in the tick idle mode
34 * @got_idle_tick: Tick timer function has run with @inidle set
60 unsigned int inidle : 1; member
H A Dtick-sched.c195 if (ts->inidle) in tick_sched_do_timer()
1082 ts->inidle = 1; in tick_nohz_idle_enter()
1100 if (ts->inidle) in tick_nohz_irq_exit()
1150 WARN_ON_ONCE(!ts->inidle); in tick_nohz_get_sleep_length()
1246 WARN_ON_ONCE(!ts->inidle); in tick_nohz_idle_exit()
1249 ts->inidle = 0; in tick_nohz_idle_exit()
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-sched.h26 * @inidle: Indicator that the CPU is in the tick idle mode
31 * @got_idle_tick: Tick timer function has run with @inidle set
60 unsigned int inidle : 1; member
H A Dtick-sched.c227 if (ts->inidle) in tick_sched_do_timer()
1171 ts->inidle = 1; in tick_nohz_idle_enter()
1189 if (ts->inidle) in tick_nohz_irq_exit()
1243 WARN_ON_ONCE(!ts->inidle); in tick_nohz_get_sleep_length()
1347 WARN_ON_ONCE(!ts->inidle); in tick_nohz_idle_exit()
1350 ts->inidle = 0; in tick_nohz_idle_exit()

Completed in 5 milliseconds