Searched refs:xa_limit_31b (Results 1 – 10 of 10) sorted by relevance
| /linux/net/devlink/ |
| H A D | core.c | 425 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in devlink_alloc_ns()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | main.c | 56 rc = xa_alloc(&ictx->objects, &obj->id, XA_ZERO_ENTRY, xa_limit_31b, in _iommufd_object_alloc()
|
| /linux/io_uring/ |
| H A D | zcrx.c | 727 ret = xa_alloc(&ctx->zcrx_ctxs, &id, NULL, xa_limit_31b, GFP_KERNEL); in import_zcrx() 813 ret = xa_alloc(&ctx->zcrx_ctxs, &id, NULL, xa_limit_31b, GFP_KERNEL); in io_register_zcrx_ifq()
|
| /linux/drivers/ptp/ |
| H A D | ptp_clock.c | 337 err = xa_alloc(&ptp_clocks_map, &index, ptp, xa_limit_31b, in ptp_clock_register()
|
| /linux/drivers/base/ |
| H A D | memory.c | 1087 ret = xa_alloc(&memory_groups, &mgid, new_group, xa_limit_31b, in memory_group_register()
|
| /linux/include/linux/ |
| H A D | xarray.h | 251 #define xa_limit_31b XA_LIMIT(0, INT_MAX) macro
|
| /linux/drivers/infiniband/core/ |
| H A D | device.c | 1230 ret = xa_alloc_cyclic(&devices, &device->index, device, xa_limit_31b, in assign_name()
|
| /linux/fs/ |
| H A D | namespace.c | 218 res = __xa_alloc(&mnt_id_xa, &mnt->mnt_id, mnt, xa_limit_31b, GFP_KERNEL); in mnt_alloc_id()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 2516 XA_ZERO_ENTRY, xa_limit_31b, GFP_KERNEL); in tcp_xa_pool_refill()
|
| /linux/net/core/ |
| H A D | dev.c | 10815 xa_limit_31b, &net->ifindex, GFP_KERNEL); in dev_index_reserve()
|