Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_main.c394 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()
395 xa_init_flags(&sdev->mem_xa, XA_FLAGS_ALLOC1); in siw_device_create()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmapping.c206 xa_init_flags(&ctx->xarray, XA_FLAGS_ALLOC1); in mapping_create()
/Linux-v5.10/include/linux/
Dxarray.h274 #define XA_FLAGS_ALLOC1 (XA_FLAGS_TRACK_FREE | XA_FLAGS_ZERO_BUSY) macro
345 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
/Linux-v5.10/Documentation/core-api/
Dxarray.rst160 DEFINE_XARRAY_ALLOC1() or ``XA_FLAGS_ALLOC1``. If you want to
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_context.c965 xa_init_flags(&file_priv->vm_xa, XA_FLAGS_ALLOC1); in i915_gem_context_open()