Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Drt.c1543 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()
1631 if (!sched_rt_runnable(rq)) in pick_next_task_rt()
Dsched.h1879 static inline bool sched_rt_runnable(struct rq *rq) in sched_rt_runnable() function