Home
last modified time | relevance | path

Searched refs:effective_prio (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_lrc.c274 static int effective_prio(const struct i915_request *rq) in effective_prio() function
341 last_prio = effective_prio(rq); in need_preempt()
990 return hint >= effective_prio(rq); in need_timeslice()
1010 return execlists->switch_priority_hint >= effective_prio(rq); in enable_timeslice()
/Linux-v5.4/kernel/sched/
Dcore.c1372 static int effective_prio(struct task_struct *p) in effective_prio() function
4530 p->prio = effective_prio(p); in set_user_nice()