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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c560 static inline int rt_se_prio(struct sched_rt_entity *rt_se) function
790 int prio = rt_se_prio(rt_se);
803 WARN_ON(!rt_prio(rt_se_prio(rt_se)));
807 dec_rt_prio(rt_rq, rt_se_prio(rt_se));
817 struct list_head *queue = array->queue + rt_se_prio(rt_se);
832 __set_bit(rt_se_prio(rt_se), array->bitmap);
843 if (list_empty(array->queue + rt_se_prio(rt_se)))
844 __clear_bit(rt_se_prio(rt_se), array->bitmap);
923 struct list_head *queue = array->queue + rt_se_prio(rt_se);

Completed in 40 milliseconds