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.c2728 return sched_stop_runnable(rq) || sched_dl_runnable(rq); in balance_dl()
2824 if (!sched_dl_runnable(rq)) in __pick_task_dl()
H A Dsched.h2883 static inline bool sched_dl_runnable(struct rq *rq) in sched_dl_runnable() function