Home
last modified time | relevance | path

Searched refs:highest_prio (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/kernel/
Dsched_rt.c223 if (rt_rq->highest_prio.curr < curr->prio) in sched_rt_rq_enqueue()
589 return rt_rq->highest_prio.curr; in rt_se_prio()
691 rt_rq->highest_prio.next = prev_prio; in inc_rt_prio_smp()
696 } else if (prio == rt_rq->highest_prio.curr) in inc_rt_prio_smp()
702 rt_rq->highest_prio.next = prio; in inc_rt_prio_smp()
703 else if (prio < rt_rq->highest_prio.next) in inc_rt_prio_smp()
707 rt_rq->highest_prio.next = next_prio(rq); in inc_rt_prio_smp()
715 if (rt_rq->rt_nr_running && (prio <= rt_rq->highest_prio.next)) in dec_rt_prio_smp()
716 rt_rq->highest_prio.next = next_prio(rq); in dec_rt_prio_smp()
718 if (rq->online && rt_rq->highest_prio.curr != prev_prio) in dec_rt_prio_smp()
[all …]
Dsched.c385 } highest_prio; member
8044 rt_rq->highest_prio.curr = MAX_RT_PRIO; in init_rt_rq()
8046 rt_rq->highest_prio.next = MAX_RT_PRIO; in init_rt_rq()
/linux-2.6.39/net/tipc/
Dnode.c175 u32 highest_prio = 0; in node_select_active_links() local
183 (l_ptr->priority < highest_prio)) in node_select_active_links()
186 if (l_ptr->priority > highest_prio) { in node_select_active_links()
187 highest_prio = l_ptr->priority; in node_select_active_links()