Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpuidle/governors/
H 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()
H A Dmenu.c266 bool *stop_tick) in menu_select() argument
297 *stop_tick = !(drv->states[0].flags & CPUIDLE_FLAG_POLLING); in menu_select()
400 *stop_tick = false; in menu_select()
H A Dteo.c241 bool *stop_tick) in teo_select() argument
423 *stop_tick = false; in teo_select()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpuidle.h152 bool *stop_tick);
186 struct cpuidle_device *dev, bool *stop_tick) in cpuidle_select() argument
275 bool *stop_tick);
/OK3568_Linux_fs/kernel/kernel/sched/
H A Didle.c229 bool stop_tick = true; in cpuidle_idle_call() local
234 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()
236 if (stop_tick || tick_nohz_tick_stopped()) in cpuidle_idle_call()
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcpuidle.c333 bool *stop_tick) in cpuidle_select() argument
335 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Dcpuidle.rst111 bool *stop_tick);
124 The ``stop_tick`` argument is used to indicate whether or not to stop