Lines Matching full:idle
83 * entering idle state.
85 * It is used for chips that has to use a separate idle timer in such
92 /* Cycle counter before entering the idle state. */
97 /* Idle timer value before entering the idle state. */
100 /* Idle timer used for timer while entering the idle state */
125 /* Set the alarm using timer that runs the idle. in z_cms_lptim_hook_on_lpm_entry()
132 * difference in measurements after exiting the idle state. in z_cms_lptim_hook_on_lpm_entry()
253 * LOAD value, just before entering the idle mode (SysTick is clocked) or right in sys_clock_isr()
254 * after exiting the idle mode, before executing the procedure in the in sys_clock_isr()
296 void sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument
298 /* Fast CPUs and a 24 bit counter mean that even idle systems in sys_clock_set_timeout()
300 * allows us to miss tick announcements in idle, then shut off in sys_clock_set_timeout()
301 * the counter. (Note: we can assume if idle==true that in sys_clock_set_timeout()
304 if (IS_ENABLED(CONFIG_TICKLESS_KERNEL) && idle && ticks == K_TICKS_FOREVER) { in sys_clock_set_timeout()
311 if (idle) { in sys_clock_set_timeout()
474 * the SysTick missed in idle state. in sys_clock_idle_exit()
479 * resolution of than the IDLE timer, thus the measurement of in sys_clock_idle_exit()
491 /* Update the cycle counter to include the cycles missed in idle */ in sys_clock_idle_exit()