Searched refs:stop_tick (Results 1 – 4 of 4) sorted by relevance
139 bool *stop_tick);171 struct cpuidle_device *dev, bool *stop_tick) in cpuidle_select() argument255 bool *stop_tick);
186 bool stop_tick = true; in cpuidle_idle_call() local191 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()193 if (stop_tick || tick_nohz_tick_stopped()) in cpuidle_idle_call()
284 bool *stop_tick) in menu_select() argument303 *stop_tick = false; in menu_select()432 *stop_tick = false; in menu_select()
284 bool *stop_tick) in cpuidle_select() argument286 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()