Searched refs:stop_tick (Results 1 – 7 of 7) sorted by relevance
164 static void idle_call_stop_or_retain_tick(bool stop_tick) in idle_call_stop_or_retain_tick() argument166 if (stop_tick || tick_nohz_tick_stopped()) in idle_call_stop_or_retain_tick()181 static void cpuidle_idle_call(bool stop_tick) in cpuidle_idle_call() argument197 idle_call_stop_or_retain_tick(stop_tick); in cpuidle_idle_call()238 stop_tick = true; in cpuidle_idle_call()243 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()245 idle_call_stop_or_retain_tick(stop_tick); in cpuidle_idle_call()253 idle_call_stop_or_retain_tick(stop_tick); in cpuidle_idle_call()
51 bool *stop_tick) in haltpoll_select() argument54 *stop_tick = false; in haltpoll_select()67 *stop_tick = false; in haltpoll_select()72 *stop_tick = false; in haltpoll_select()
219 bool *stop_tick) in menu_select() argument293 *stop_tick = !(drv->states[0].flags & CPUIDLE_FLAG_POLLING); in menu_select()370 *stop_tick = false; in menu_select()
309 bool *stop_tick) in teo_select() argument544 *stop_tick = false; in teo_select()
360 bool *stop_tick) in cpuidle_select() argument362 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
2015 bool stop_tick; member2066 ctx->stop_tick = false; in tick_ctx_pick_groups_from_list()2116 ctx->stop_tick = true; in tick_ctx_init()2430 if (ctx->stop_tick) in tick_ctx_update_resched_target()