| /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 | 122 ret = xa_alloc_cyclic(&gpu->user_fences, &submit->out_fence_id, in etnaviv_sched_push_job()
|
| /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 | 1258 ret = xa_alloc_cyclic(&devices, &device->index, device, xa_limit_31b, in assign_name()
|
| 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/dpll/ |
| H A D | dpll_core.c | 256 ret = xa_alloc_cyclic(&dpll_device_xa, &dpll->id, dpll, xa_limit_32b, in dpll_device_alloc() 510 ret = xa_alloc_cyclic(&dpll_pin_xa, &pin->id, pin, xa_limit_32b, in dpll_pin_alloc()
|
| /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/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 | 304 err = xa_alloc_cyclic(&net_devmem_dmabuf_bindings, &binding->id, in net_devmem_bind_dmabuf()
|
| H A D | dev.c | 10767 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/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/io_uring/ |
| H A D | register.c | 97 ret = xa_alloc_cyclic(&ctx->personalities, &id, (void *)creds, in io_register_personality()
|
| /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/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()
|