Searched refs:stop_tick (Results 1 – 7 of 7) sorted by relevance
51 bool *stop_tick) in haltpoll_select() argument56 *stop_tick = false; in haltpoll_select()69 *stop_tick = false; in haltpoll_select()74 *stop_tick = false; in haltpoll_select()
256 bool *stop_tick) in menu_select() argument316 *stop_tick = !(drv->states[0].flags & CPUIDLE_FLAG_POLLING); in menu_select()409 *stop_tick = false; in menu_select()
278 bool *stop_tick) in teo_select() argument495 *stop_tick = false; in teo_select()
177 bool *stop_tick);211 struct cpuidle_device *dev, bool *stop_tick) in cpuidle_select() argument300 bool *stop_tick);
218 bool stop_tick = true; in cpuidle_idle_call() local223 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()225 if (stop_tick || tick_nohz_tick_stopped()) in cpuidle_idle_call()
354 bool *stop_tick) in cpuidle_select() argument356 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()
111 bool *stop_tick);124 The ``stop_tick`` argument is used to indicate whether or not to stop