Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c59 xa_init_flags(&post_act->ids, XA_FLAGS_ALLOC1); in mlx5e_tc_post_act_init()
/Linux-v5.15/drivers/infiniband/sw/siw/
Dsiw_main.c349 xa_init_flags(&sdev->qp_xa, XA_FLAGS_ALLOC1); in siw_device_create()
350 xa_init_flags(&sdev->mem_xa, XA_FLAGS_ALLOC1); in siw_device_create()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmapping.c214 xa_init_flags(&ctx->xarray, XA_FLAGS_ALLOC1); in mapping_create()
/Linux-v5.15/drivers/gpu/drm/tegra/
Duapi.c115 xa_init_flags(&context->mappings, XA_FLAGS_ALLOC1); in tegra_drm_ioctl_channel_open()
Ddrm.c108 xa_init_flags(&fpriv->contexts, XA_FLAGS_ALLOC1); in tegra_drm_open()
/Linux-v5.15/include/linux/
Dxarray.h276 #define XA_FLAGS_ALLOC1 (XA_FLAGS_TRACK_FREE | XA_FLAGS_ZERO_BUSY) macro
347 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_context.c1464 xa_init_flags(&file_priv->context_xa, XA_FLAGS_ALLOC1); in i915_gem_context_open()
1467 xa_init_flags(&file_priv->vm_xa, XA_FLAGS_ALLOC1); in i915_gem_context_open()
/Linux-v5.15/Documentation/core-api/
Dxarray.rst160 DEFINE_XARRAY_ALLOC1() or ``XA_FLAGS_ALLOC1``. If you want to
/Linux-v5.15/drivers/target/
Dtarget_core_user.c1630 xa_init_flags(&udev->commands, XA_FLAGS_ALLOC1); in tcmu_alloc_device()
/Linux-v5.15/fs/
Dio_uring.c1306 xa_init_flags(&ctx->io_buffers, XA_FLAGS_ALLOC1); in io_ring_ctx_alloc()
1307 xa_init_flags(&ctx->personalities, XA_FLAGS_ALLOC1); in io_ring_ctx_alloc()