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

/linux-master/kernel/sched/
H A Drt.c942 static inline int rt_se_prio(struct sched_rt_entity *rt_se) function
1224 int prio = rt_se_prio(rt_se);
1237 WARN_ON(!rt_prio(rt_se_prio(rt_se)));
1242 dec_rt_prio(rt_rq, rt_se_prio(rt_se));
1263 if (list_empty(array->queue + rt_se_prio(rt_se)))
1264 __clear_bit(rt_se_prio(rt_se), array->bitmap);
1380 struct list_head *queue = array->queue + rt_se_prio(rt_se);
1401 __set_bit(rt_se_prio(rt_se), array->bitmap);
1515 struct list_head *queue = array->queue + rt_se_prio(rt_se);

Completed in 105 milliseconds