Home
last modified time | relevance | path

Searched refs:sched_stop_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()
H A Dsched.h2784 static inline bool sched_stop_runnable(struct rq *rq) in sched_stop_runnable() function