Searched refs:get_prio (Results 1 – 3 of 3) sorted by relevance
3670 .get_prio = get_prio_dl,
2738 u64 (*get_prio) (struct rq *this_rq, struct task_struct *task); member
11259 if (p->sched_class->get_prio) in sched_change_begin()11260 ctx->prio = p->sched_class->get_prio(rq, p); in sched_change_begin()