Searched refs:xa_limit_31b (Results 1 – 5 of 5) sorted by relevance
| /linux/net/devlink/ |
| H A D | core.c | 462 ret = xa_alloc_cyclic(&devlinks, &devlink->index, devlink, xa_limit_31b, in __devlink_alloc()
|
| /linux/drivers/ptp/ |
| H A D | ptp_clock.c | 349 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
|
| /linux/io_uring/ |
| H A D | zcrx.c | 865 ret = xa_alloc(&ctx->zcrx_ctxs, &id, NULL, xa_limit_31b, GFP_KERNEL); in import_zcrx() 1044 ret = xa_alloc(&ctx->zcrx_ctxs, &id, NULL, xa_limit_31b, GFP_KERNEL); in io_register_zcrx()
|
| /linux/net/core/ |
| H A D | dev.c | 10871 xa_limit_31b, &net->ifindex, GFP_KERNEL); in dev_index_reserve()
|