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

/linux-master/kernel/sched/
H A Drt.c568 static inline int rt_rq_throttled(struct rt_rq *rt_rq) function
649 static inline int rt_rq_throttled(struct rt_rq *rt_rq) function
925 if (!rt_rq_throttled(rt_rq))
959 return rt_rq_throttled(rt_rq);
988 if (rt_rq_throttled(rt_rq)) {
1061 if (rt_rq_throttled(rt_rq))
1388 if (group_rq && (rt_rq_throttled(group_rq) || !group_rq->rt_nr_running)) {
2644 return rt_rq_throttled(rt_rq);

Completed in 132 milliseconds