Home
last modified time | relevance | path

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

/kernel/sched/
Drt.c150 rt_rq->highest_prio.curr = MAX_RT_PRIO-1; in init_rt_rq()
151 rt_rq->highest_prio.next = MAX_RT_PRIO-1; in init_rt_rq()
226 rt_rq->highest_prio.curr = MAX_RT_PRIO-1; in init_tg_rt_entry()
330 return rq->online && rq->rt.highest_prio.curr > prev->prio; in need_pull_rt_task()
445 if (p->prio < rq->rt.highest_prio.next) in enqueue_pushable_task()
446 rq->rt.highest_prio.next = p->prio; in enqueue_pushable_task()
457 rq->rt.highest_prio.next = p->prio; in dequeue_pushable_task()
459 rq->rt.highest_prio.next = MAX_RT_PRIO-1; in dequeue_pushable_task()
597 if (rt_rq->highest_prio.curr < curr->prio) in sched_rt_rq_enqueue()
998 return rt_rq->highest_prio.curr; in rt_se_prio()
[all …]
Dsched.h684 } highest_prio; member
Ddeadline.c1490 cpupri_set(&rq->rd->cpupri, rq->cpu, rq->rt.highest_prio.curr); in dec_dl_deadline()