Home
last modified time | relevance | path

Searched refs:xa_limit_31b (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/net/devlink/
Dcore.c208 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in devlink_alloc_ns()
/Linux-v6.6/drivers/iommu/iommufd/
Dmain.c63 xa_limit_31b, GFP_KERNEL_ACCOUNT); in _iommufd_object_alloc()
/Linux-v6.6/drivers/base/
Dmemory.c1056 ret = xa_alloc(&memory_groups, &mgid, new_group, xa_limit_31b, in memory_group_register()
/Linux-v6.6/include/linux/
Dxarray.h247 #define xa_limit_31b XA_LIMIT(0, INT_MAX) macro
/Linux-v6.6/drivers/infiniband/core/
Ddevice.c1222 ret = xa_alloc_cyclic(&devices, &device->index, device, xa_limit_31b, in assign_name()
/Linux-v6.6/net/core/
Ddev.c9631 xa_limit_31b, &net->ifindex, GFP_KERNEL); in dev_index_reserve()