Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dstop_task.c22 return sched_stop_runnable(rq); in balance_stop()
39 if (!sched_stop_runnable(rq)) in pick_next_task_stop()
H A Dsched.h1928 static inline bool sched_stop_runnable(struct rq *rq) in sched_stop_runnable() function
H A Drt.c1646 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()
H A Ddeadline.c1793 return sched_stop_runnable(rq) || sched_dl_runnable(rq); in balance_dl()