Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Drt.c1711 return sched_stop_runnable(rq) || sched_dl_runnable(rq) || sched_rt_runnable(rq); in balance_rt()
1803 if (!sched_rt_runnable(rq)) in pick_task_rt()
Dsched.h2264 static inline bool sched_rt_runnable(struct rq *rq) in sched_rt_runnable() function