OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_prio
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler.c
58
long
last_prio
, i;
local in function:assert_priolists
66
last_prio
= (INT_MAX >> I915_USER_PRIORITY_SHIFT) + 1;
72
GEM_BUG_ON(p->priority >=
last_prio
);
73
last_prio
= p->priority;
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c
399
int
last_prio
;
local in function:need_preempt
422
last_prio
= max(effective_prio(rq), I915_PRIORITY_NORMAL - 1);
423
if (engine->execlists.queue_priority_hint <=
last_prio
)
431
rq_prio(list_next_entry(rq, sched.link)) >
last_prio
)
445
preempt = rq_prio(next) >
last_prio
;
461
* context, it's priority would not exceed ELSP[0] aka
last_prio
.
463
return queue_prio(&engine->execlists) >
last_prio
;
Completed in 15 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025