Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/governors/
H A Dhaltpoll.c51 bool *stop_tick) in haltpoll_select() argument
54 *stop_tick = false; in haltpoll_select()
67 *stop_tick = false; in haltpoll_select()
72 *stop_tick = false; in haltpoll_select()
H A Dmenu.c219 bool *stop_tick) in menu_select() argument
293 *stop_tick = !(drv->states[0].flags & CPUIDLE_FLAG_POLLING); in menu_select()
370 *stop_tick = false; in menu_select()
H A Dteo.c309 bool *stop_tick) in teo_select() argument
544 *stop_tick = false; in teo_select()
/linux/kernel/sched/
H A Didle.c225 bool stop_tick = true; in cpuidle_idle_call() local
230 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()
232 if (stop_tick || tick_nohz_tick_stopped()) in cpuidle_idle_call()
/linux/drivers/cpuidle/
H A Dcpuidle.c360 bool *stop_tick) in cpuidle_select() argument
368 *stop_tick = false; in cpuidle_select()
372 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()
/linux/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
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2014 bool stop_tick; member
2065 ctx->stop_tick = false; in tick_ctx_pick_groups_from_list()
2115 ctx->stop_tick = true; in tick_ctx_init()
2429 if (ctx->stop_tick) in tick_ctx_update_resched_target()