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