Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/base/
Dmemory.c938 ret = xa_alloc(&memory_groups, &mgid, new_group, xa_limit_31b, in memory_group_register()
/Linux-v5.15/include/linux/
Dxarray.h245 #define xa_limit_31b XA_LIMIT(0, INT_MAX) macro
/Linux-v5.15/drivers/infiniband/core/
Ddevice.c1221 ret = xa_alloc_cyclic(&devices, &device->index, device, xa_limit_31b, in assign_name()
/Linux-v5.15/net/core/
Ddevlink.c8930 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in devlink_alloc_ns()