Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/base/
Dmemory.c1028 ret = xa_alloc(&memory_groups, &mgid, new_group, xa_limit_31b, in memory_group_register()
/linux-6.1.9/include/linux/
Dxarray.h247 #define xa_limit_31b XA_LIMIT(0, INT_MAX) macro
/linux-6.1.9/drivers/infiniband/core/
Ddevice.c1222 ret = xa_alloc_cyclic(&devices, &device->index, device, xa_limit_31b, in assign_name()
/linux-6.1.9/net/core/
Ddevlink.c9636 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in devlink_alloc_ns()