Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/sched/
Dstop_task.c21 return sched_stop_runnable(rq); in balance_stop()
38 if (!sched_stop_runnable(rq)) in pick_task_stop()
Dsched.h2218 static inline bool sched_stop_runnable(struct rq *rq) in sched_stop_runnable() function
Ddeadline.c1936 return sched_stop_runnable(rq) || sched_dl_runnable(rq); in balance_dl()
Drt.c1715 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()