Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c101 rt_rq->highest_prio.curr = MAX_RT_PRIO; in init_rt_rq()
102 rt_rq->highest_prio.next = MAX_RT_PRIO; in init_rt_rq()
176 rt_rq->highest_prio.curr = MAX_RT_PRIO; in init_tg_rt_entry()
289 return rq->rt.highest_prio.curr > prev->prio && !cpu_isolated(cpu_of(rq)); in need_pull_rt_task()
411 if (p->prio < rq->rt.highest_prio.next) { in enqueue_pushable_task()
412 rq->rt.highest_prio.next = p->prio; in enqueue_pushable_task()
423 rq->rt.highest_prio.next = p->prio; in dequeue_pushable_task()
425 rq->rt.highest_prio.next = MAX_RT_PRIO; in dequeue_pushable_task()
573 if (rt_rq->highest_prio.curr < curr->prio) { in sched_rt_rq_enqueue()
991 return rt_rq->highest_prio in rt_se_prio()
[all...]
H A Dsched.h707 } highest_prio; member

Completed in 12 milliseconds