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

/linux-master/kernel/sched/
H A Drt.c941 static inline int rt_se_prio(struct sched_rt_entity *rt_se) function
1223 int prio = rt_se_prio(rt_se);
1236 WARN_ON(!rt_prio(rt_se_prio(rt_se)));
1241 dec_rt_prio(rt_rq, rt_se_prio(rt_se));
1262 if (list_empty(array->queue + rt_se_prio(rt_se)))
1263 __clear_bit(rt_se_prio(rt_se), array->bitmap);
1379 struct list_head *queue = array->queue + rt_se_prio(rt_se);
1400 __set_bit(rt_se_prio(rt_se), array->bitmap);
1514 struct list_head *queue = array->queue + rt_se_prio(rt_se);

Completed in 364 milliseconds