| /linux/drivers/net/phy/ |
| H A D | phy_link_topology.c | 72 ret = xa_alloc_cyclic(&topo->phys, &phy->phyindex, pdn, in phy_link_topo_add_phy()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_sched.c | 119 ret = xa_alloc_cyclic(&gpu->user_fences, &submit->out_fence_id, in etnaviv_sched_push_job()
|
| H A D | etnaviv_drv.c | 73 ret = xa_alloc_cyclic(&priv->active_contexts, &ctx->id, ctx, in etnaviv_open()
|
| /linux/lib/ |
| H A D | test_xarray.c | 1045 XA_BUG_ON(xa, xa_alloc_cyclic(xa, &id, xa_mk_index(1), limit, in check_xa_alloc_3() 1050 XA_BUG_ON(xa, xa_alloc_cyclic(xa, &id, xa_mk_index(0x3ffd), limit, in check_xa_alloc_3() 1062 XA_BUG_ON(xa, xa_alloc_cyclic(xa, &id, entry, limit, in check_xa_alloc_3() 1072 XA_BUG_ON(xa, xa_alloc_cyclic(xa, &id, xa_mk_index(UINT_MAX), in check_xa_alloc_3() 1075 XA_BUG_ON(xa, xa_alloc_cyclic(xa, &id, xa_mk_index(base), in check_xa_alloc_3() 1078 XA_BUG_ON(xa, xa_alloc_cyclic(xa, &id, xa_mk_index(base + 1), in check_xa_alloc_3() 1088 XA_BUG_ON(xa, xa_alloc_cyclic(xa, &id, xa_mk_index(UINT_MAX), in check_xa_alloc_3()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 127 xa_alloc_cyclic()。
|
| /linux/drivers/infiniband/core/ |
| H A D | restrack.c | 219 ret = xa_alloc_cyclic(&rt->xa, &res->id, res, xa_limit_32b, in rdma_restrack_add()
|
| H A D | device.c | 1231 ret = xa_alloc_cyclic(&devices, &device->index, device, xa_limit_31b, in assign_name()
|
| H A D | mad.c | 439 ret2 = xa_alloc_cyclic(&ib_mad_clients, &mad_agent_priv->agent.hi_tid, in ib_register_mad_agent()
|
| H A D | cm.c | 848 ret = xa_alloc_cyclic(&cm.local_id_table, &id, NULL, xa_limit_32b, in cm_alloc_id_priv()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_mem.c | 80 if (xa_alloc_cyclic(&sdev->mem_xa, &id, mem, limit, &next, in siw_mr_add_mem()
|
| /linux/net/psp/ |
| H A D | psp_main.c | 83 err = xa_alloc_cyclic(&psp_devs, &psd->id, psd, xa_limit_16b, in psp_dev_create()
|
| /linux/net/core/ |
| H A D | page_pool_user.c | 317 err = xa_alloc_cyclic(&page_pools, &pool->user.id, pool, xa_limit_32b, in page_pool_list()
|
| H A D | devmem.c | 310 err = xa_alloc_cyclic(&net_devmem_dmabuf_bindings, &binding->id, in net_devmem_bind_dmabuf()
|
| H A D | dev.c | 10788 err = xa_alloc_cyclic(&net->dev_by_index, &ifindex, NULL, in dev_index_reserve()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | cm.c | 248 ret = xa_alloc_cyclic(&sriov->pv_id_table, &ent->pv_cm_id, ent, in id_map_alloc()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_ctx.c | 245 ret = xa_alloc_cyclic(&client->hwctx_xa, &hwctx->id, hwctx, in amdxdna_drm_create_hwctx_ioctl()
|
| /linux/fs/cachefiles/ |
| H A D | ondemand.c | 306 ret = xa_alloc_cyclic(&cache->ondemand_ids, &object_id, NULL, in cachefiles_ondemand_get_fd()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | core.c | 188 return xa_alloc_cyclic(&qcomtee->xa_local_objects, idx, object, in qcomtee_idx_alloc()
|
| /linux/include/linux/ |
| H A D | xarray.h | 976 static inline int xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, in xa_alloc_cyclic() function
|
| /linux/io_uring/ |
| H A D | register.c | 98 ret = xa_alloc_cyclic(&ctx->personalities, &id, (void *)creds, in io_register_personality()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 496 err = xa_alloc_cyclic(&xe->usm.asid_to_vm, &asid, NULL, in xe_device_create()
|
| H A D | xe_vm.c | 1768 err = xa_alloc_cyclic(&xe->usm.asid_to_vm, &asid, vm, in xe_vm_create()
|
| /linux/net/sched/ |
| H A D | cls_api.c | 98 err = xa_alloc_cyclic(&tcf_exts_miss_cookies_xa, &n->miss_cookie_base, in tcf_exts_miss_cookie_base_alloc()
|