Home
last modified time | relevance | path

Searched refs:stop_tick (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/cpuidle/governors/
A Dhaltpoll.c51 bool *stop_tick) in haltpoll_select() argument
56 *stop_tick = false; in haltpoll_select()
69 *stop_tick = false; in haltpoll_select()
74 *stop_tick = false; in haltpoll_select()
A Dmenu.c266 bool *stop_tick) in menu_select() argument
302 *stop_tick = !(drv->states[0].flags & CPUIDLE_FLAG_POLLING); in menu_select()
405 *stop_tick = false; in menu_select()
A Dteo.c355 bool *stop_tick) in teo_select() argument
554 *stop_tick = false; in teo_select()
/linux-6.3-rc2/kernel/sched/
A Didle.c203 bool stop_tick = true; in cpuidle_idle_call() local
208 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()
210 if (stop_tick || tick_nohz_tick_stopped()) in cpuidle_idle_call()
/linux-6.3-rc2/include/linux/
A Dcpuidle.h177 bool *stop_tick);
211 struct cpuidle_device *dev, bool *stop_tick) in cpuidle_select() argument
300 bool *stop_tick);
/linux-6.3-rc2/drivers/cpuidle/
A Dcpuidle.c357 bool *stop_tick) in cpuidle_select() argument
359 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()
/linux-6.3-rc2/Documentation/driver-api/pm/
A Dcpuidle.rst111 bool *stop_tick);
124 The ``stop_tick`` argument is used to indicate whether or not to stop

Completed in 11 milliseconds