Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c3429 .get_prio = get_prio_dl,
H A Dsched.h2622 u64 (*get_prio) (struct rq *this_rq, struct task_struct *task); member
H A Dcore.c10899 if (p->sched_class->get_prio) in sched_change_begin()
10900 ctx->prio = p->sched_class->get_prio(rq, p); in sched_change_begin()