Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_request.c238 head = rq->infix; in __i915_request_fill()
488 if (rq->infix == rq->postfix) in __i915_request_skip()
497 rq->infix = rq->postfix; in __i915_request_skip()
900 rq->infix = rq->ring->emit; /* end of header; start of user payload */ in __i915_request_create()
Di915_request.h253 u32 infix; member
/Linux-v5.10/Documentation/RCU/
Drcu_dereference.rst48 - Avoid cancellation when using the "+" and "-" infix arithmetic
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_lrc.c3598 rq->infix = intel_ring_offset(rq, cs); in gen8_emit_init_breadcrumb()