Searched refs:idr_alloc_cyclic (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | idr.h | 92 int idr_alloc_cyclic(struct idr *idp, void *ptr, int start, int end, gfp_t);
|
| /freebsd-14.2/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_cm.c | 264 ret = idr_alloc_cyclic(&sriov->pv_id_table, ent, 0, 0, GFP_NOWAIT); in id_map_alloc()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_idr.c | 681 idr_alloc_cyclic(struct idr *idr, void *ptr, int start, int end, gfp_t gfp_mask) in idr_alloc_cyclic() function
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_cm.c | 556 id = idr_alloc_cyclic(&cm.local_id_table, cm_id_priv, 0, 0, GFP_NOWAIT); in cm_alloc_id()
|