Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/iommufd/
Dmain.c55 xa_limit_31b, GFP_KERNEL_ACCOUNT); in _iommufd_object_alloc()
/linux-6.12.1/net/devlink/
Dcore.c427 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in devlink_alloc_ns()
/linux-6.12.1/drivers/ptp/
Dptp_clock.c253 err = xa_alloc(&ptp_clocks_map, &index, ptp, xa_limit_31b, in ptp_clock_register()
/linux-6.12.1/drivers/base/
Dmemory.c1089 ret = xa_alloc(&memory_groups, &mgid, new_group, xa_limit_31b, in memory_group_register()
/linux-6.12.1/include/linux/
Dxarray.h251 #define xa_limit_31b XA_LIMIT(0, INT_MAX) macro
/linux-6.12.1/drivers/infiniband/core/
Ddevice.c1228 ret = xa_alloc_cyclic(&devices, &device->index, device, xa_limit_31b, in assign_name()
/linux-6.12.1/net/ipv4/
Dtcp.c2384 XA_ZERO_ENTRY, xa_limit_31b, GFP_KERNEL); in tcp_xa_pool_refill()
/linux-6.12.1/net/core/
Ddev.c9886 xa_limit_31b, &net->ifindex, GFP_KERNEL); in dev_index_reserve()