Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_request.h185 u32 infix; member
Di915_request.c735 rq->infix = rq->ring->emit; /* end of header; start of user payload */ in __i915_request_create()
1094 if (rq->infix == rq->postfix) in i915_request_skip()
1102 head = rq->infix; in i915_request_skip()
1108 rq->infix = rq->postfix; in i915_request_skip()
/Linux-v5.4/Documentation/RCU/
Drcu_dereference.txt45 o Avoid cancellation when using the "+" and "-" infix arithmetic
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_lrc.c1895 rq->infix = intel_ring_offset(rq, cs); in gen8_emit_init_breadcrumb()