Searched refs:xa_limit_31b (Results 1 – 4 of 4) sorted by relevance
| /linux/net/devlink/ |
| H A D | core.c | 446 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in __devlink_alloc()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | main.c | 56 rc = xa_alloc(&ictx->objects, &obj->id, XA_ZERO_ENTRY, xa_limit_31b, in _iommufd_object_alloc()
|
| /linux/drivers/ptp/ |
| H A D | ptp_clock.c | 337 err = xa_alloc(&ptp_clocks_map, &index, ptp, xa_limit_31b, in ptp_clock_register()
|
| /linux/include/linux/ |
| H A D | xarray.h | 251 #define xa_limit_31b XA_LIMIT(0, INT_MAX) macro
|