Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
A 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/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dpost_act.c58 xa_init_flags(&post_act->ids, XA_FLAGS_ALLOC1); in mlx5e_tc_post_act_init()
/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst125 ``XA_FLAGS_ALLOC1`` 会更有效。如果你想分配ID到一个最大值,然后绕回最低的空闲ID,你可以使用
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dmapping.c214 xa_init_flags(&ctx->xarray, XA_FLAGS_ALLOC1); in mapping_create()
/linux/drivers/gpu/drm/tegra/
A Duapi.c115 xa_init_flags(&context->mappings, XA_FLAGS_ALLOC1); in tegra_drm_ioctl_channel_open()
A Ddrm.c108 xa_init_flags(&fpriv->contexts, XA_FLAGS_ALLOC1); in tegra_drm_open()
/linux/include/linux/
A 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/drivers/gpu/drm/i915/gem/
A Di915_gem_context.c1677 xa_init_flags(&file_priv->context_xa, XA_FLAGS_ALLOC1); in i915_gem_context_open()
1680 xa_init_flags(&file_priv->vm_xa, XA_FLAGS_ALLOC1); in i915_gem_context_open()
/linux/Documentation/core-api/
A Dxarray.rst160 DEFINE_XARRAY_ALLOC1() or ``XA_FLAGS_ALLOC1``. If you want to
/linux/drivers/target/
A Dtarget_core_user.c1629 xa_init_flags(&udev->commands, XA_FLAGS_ALLOC1); in tcmu_alloc_device()
/linux/fs/
A Dio_uring.c1421 xa_init_flags(&ctx->io_buffers, XA_FLAGS_ALLOC1); in io_ring_ctx_alloc()
1422 xa_init_flags(&ctx->personalities, XA_FLAGS_ALLOC1); in io_ring_ctx_alloc()

Completed in 42 milliseconds