Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c2523 return sched_stop_runnable(rq) || sched_dl_runnable(rq); in balance_dl()
2610 if (!sched_dl_runnable(rq)) in __pick_task_dl()
H A Dsched.h2789 static inline bool sched_dl_runnable(struct rq *rq) in sched_dl_runnable() function