Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dxattr.c207 const char *prefix, *infix = NULL; in erofs_listxattr_foreach() local
223 infix = pf->prefix->infix; in erofs_listxattr_foreach()
243 memcpy(it->buffer + it->buffer_ofs + prefix_len, infix, infix_len); in erofs_listxattr_foreach()
280 if (memcmp(it->name.name, pf->prefix->infix, pf->infix_len)) in erofs_getxattr_foreach()
H A Derofs_fs.h242 char infix[]; /* infix apart from short prefix */ member
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.c226 head = rq->infix; in __i915_request_fill()
557 if (rq->infix == rq->postfix) in __i915_request_skip()
568 rq->infix = rq->postfix; in __i915_request_skip()
1007 rq->infix = rq->ring->emit; /* end of header; start of user payload */ in __i915_request_create()
H A Di915_request.h284 u32 infix; member
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst48 The ``_{endian}`` infix is omitted for target-endian accesses.
439 The ``_{endian}_`` infix is omitted for byte accesses.
539 The ``_{endian}_`` infix is omitted for byte accesses.
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_engine_cs.c476 rq->infix = intel_ring_offset(rq, cs); in gen8_emit_init_breadcrumb()
/openbmc/linux/Documentation/filesystems/
H A Derofs.rst302 "trusted.overlay." long name prefix, while the infix string keeps the string
/openbmc/linux/Documentation/RCU/
H A Drcu_dereference.rst55 - Avoid cancellation when using the "+" and "-" infix arithmetic