Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dstop_task.c21 return sched_stop_runnable(rq); in balance_stop()
37 if (!sched_stop_runnable(rq)) in pick_task_stop()
H A Drt.c1608 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()
H A Ddeadline.c2285 return sched_stop_runnable(rq) || sched_dl_runnable(rq); in balance_dl()
H A Dsched.h2562 static inline bool sched_stop_runnable(struct rq *rq) in sched_stop_runnable() function