Home
last modified time | relevance | path

Searched refs:sched_rt_runnable (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c1581 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()
1671 if (!sched_rt_runnable(rq)) in pick_next_task_rt()
H A Dsched.h2027 static inline bool sched_rt_runnable(struct rq *rq) in sched_rt_runnable() function
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c1734 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()
1829 if (!sched_rt_runnable(rq)) in pick_task_rt()
H A Dsched.h2511 static inline bool sched_rt_runnable(struct rq *rq) in sched_rt_runnable() function

Completed in 18 milliseconds