Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/governors/
A Dhaltpoll.c50 bool *stop_tick) in haltpoll_select() argument
55 *stop_tick = false; in haltpoll_select()
68 *stop_tick = false; in haltpoll_select()
73 *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.c286 bool *stop_tick) in teo_select() argument
462 *stop_tick = false; in teo_select()
/linux/kernel/sched/
A Didle.c227 bool stop_tick = true; in cpuidle_idle_call() local
232 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()
234 if (stop_tick || tick_nohz_tick_stopped()) in cpuidle_idle_call()
/linux/include/linux/
A Dcpuidle.h147 bool *stop_tick);
181 struct cpuidle_device *dev, bool *stop_tick) in cpuidle_select() argument
270 bool *stop_tick);
/linux/drivers/cpuidle/
A Dcpuidle.c320 bool *stop_tick) in cpuidle_select() argument
322 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()
/linux/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 14 milliseconds