Home
last modified time | relevance | path

Searched refs:sched_stop_runnable (Results 1 – 4 of 4) sorted by relevance

/kernel/sched/
Dstop_task.c22 return sched_stop_runnable(rq); in balance_stop()
39 if (!sched_stop_runnable(rq)) in pick_task_stop()
Dsched.h2277 static inline bool sched_stop_runnable(struct rq *rq) in sched_stop_runnable() function
Ddeadline.c1800 return sched_stop_runnable(rq) || sched_dl_runnable(rq); in balance_dl()
Drt.c1653 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()