Home
last modified time | relevance | path

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

/linux/rust/bindings/
H A Dbindings_helper.h119 const gfp_t RUST_CONST_HELPER_XA_FLAGS_ALLOC1 = XA_FLAGS_ALLOC1;
/linux/drivers/net/phy/
H A Dphy_link_topology.c22 xa_init_flags(&topo->phys, XA_FLAGS_ALLOC1); in netdev_alloc_phy_link_topology()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c59 xa_init_flags(&post_act->ids, XA_FLAGS_ALLOC1); in mlx5e_tc_post_act_init()
/linux/rust/kernel/
H A Dxarray.rs92 AllocKind::Alloc1 => bindings::XA_FLAGS_ALLOC1, in new()
/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst126 ``XA_FLAGS_ALLOC1`` 会更有效。如果你想分配ID到一个最大值,然后绕回最低的空闲ID,你可以使用
/linux/drivers/gpu/drm/tegra/
H A Duapi.c144 xa_init_flags(&context->mappings, XA_FLAGS_ALLOC1); in tegra_drm_ioctl_channel_open()
H A Ddrm.c112 xa_init_flags(&fpriv->contexts, XA_FLAGS_ALLOC1); in tegra_drm_open()
/linux/include/linux/
H A Dxarray.h282 #define XA_FLAGS_ALLOC1 (XA_FLAGS_TRACK_FREE | XA_FLAGS_ZERO_BUSY) macro
353 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
/linux/drivers/gpu/drm/xe/
H A Dxe_device.c103 xa_init_flags(&xef->vm.xa, XA_FLAGS_ALLOC1); in xe_file_open()
106 xa_init_flags(&xef->exec_queue.xa, XA_FLAGS_ALLOC1); in xe_file_open()
/linux/net/core/
H A Dpage_pool_user.c17 static DEFINE_XARRAY_FLAGS(page_pools, XA_FLAGS_ALLOC1);
H A Ddevmem.c29 static DEFINE_XARRAY_FLAGS(net_devmem_dmabuf_bindings, XA_FLAGS_ALLOC1);
H A Dpage_pool.c275 xa_init_flags(&pool->dma_mapped, XA_FLAGS_ALLOC1); in page_pool_init()
H A Ddev.c11316 xa_init_flags(&dev->ethtool->rss_ctx, XA_FLAGS_ALLOC1); in register_netdevice()
12878 xa_init_flags(&net->dev_by_index, XA_FLAGS_ALLOC1); in netdev_init()
/linux/fs/cachefiles/
H A Ddaemon.c118 xa_init_flags(&cache->ondemand_ids, XA_FLAGS_ALLOC1); in cachefiles_daemon_open()
/linux/drivers/iommu/iommufd/
H A Deventq.c432 xa_init_flags(&fault->response, XA_FLAGS_ALLOC1); in iommufd_fault_alloc()
H A Dmain.c314 xa_init_flags(&ictx->objects, XA_FLAGS_ALLOC1 | XA_FLAGS_ACCOUNT); in iommufd_fops_open()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1598 xa_init_flags(&pfile->vms->xa, XA_FLAGS_ALLOC1); in panthor_vm_pool_create()
H A Dpanthor_sched.c3834 xa_init_flags(&gpool->xa, XA_FLAGS_ALLOC1); in panthor_group_pool_create()
/linux/drivers/target/
H A Dtarget_core_user.c1632 xa_init_flags(&udev->commands, XA_FLAGS_ALLOC1); in tcmu_alloc_device()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c2815 xa_init_flags(&ipsec->ipsec_obj_id_map, XA_FLAGS_ALLOC1); in mlx5e_accel_ipsec_fs_init()
/linux/io_uring/
H A Dio_uring.c270 xa_init_flags(&ctx->personalities, XA_FLAGS_ALLOC1); in io_alloc_hash_table()
/linux/net/sched/
H A Dcls_api.c4108 xa_init_flags(&tcf_exts_miss_cookies_xa, XA_FLAGS_ALLOC1); in tc_filter_init()
/linux/net/ipv4/
H A Dtcp.c495 xa_init_flags(&sk->sk_user_frags, XA_FLAGS_ALLOC1); in tcp_init_sock()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c5211 xa_init_flags(&nhgi->nexthop_counters, XA_FLAGS_ALLOC1); in mlxsw_sp_nexthop_obj_group_info_init()