Home
last modified time | relevance | path

Searched refs:sched_dl_runnable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/sched/
H A Ddeadline.c1942 return sched_stop_runnable(rq) || sched_dl_runnable(rq); in balance_dl()
2020 if (!sched_dl_runnable(rq)) in pick_task_dl()
H A Dsched.h2354 static inline bool sched_dl_runnable(struct rq *rq) in sched_dl_runnable() function
H A Drt.c1706 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()