Searched refs:xa_limit_31b (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/base/ |
D | memory.c | 938 ret = xa_alloc(&memory_groups, &mgid, new_group, xa_limit_31b, in memory_group_register()
|
/Linux-v5.15/include/linux/ |
D | xarray.h | 245 #define xa_limit_31b XA_LIMIT(0, INT_MAX) macro
|
/Linux-v5.15/drivers/infiniband/core/ |
D | device.c | 1221 ret = xa_alloc_cyclic(&devices, &device->index, device, xa_limit_31b, in assign_name()
|
/Linux-v5.15/net/core/ |
D | devlink.c | 8930 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in devlink_alloc_ns()
|