Searched refs:rt_rq_throttled (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/sched/
H A Drt.c567 static inline int rt_rq_throttled(struct rt_rq *rt_rq) function
648 static inline int rt_rq_throttled(struct rt_rq *rt_rq) function
924 if (!rt_rq_throttled(rt_rq))
958 return rt_rq_throttled(rt_rq);
987 if (rt_rq_throttled(rt_rq)) {
1060 if (rt_rq_throttled(rt_rq))
1387 if (group_rq && (rt_rq_throttled(group_rq) || !group_rq->rt_nr_running)) {
2643 return rt_rq_throttled(rt_rq);

Completed in 335 milliseconds