Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c149 #define SCHED_STATE_BLOCKED BIT(SCHED_STATE_BLOCKED_SHIFT) macro
239 ce->guc_state.sched_state += SCHED_STATE_BLOCKED; in incr_context_blocked()
251 ce->guc_state.sched_state -= SCHED_STATE_BLOCKED; in decr_context_blocked()