Searched refs:ida_simple_get (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | idr.h | 119 int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, 140 return (ida_simple_get(ida, min, UINT_MAX, gfp)); in ida_alloc_min() 147 return (ida_simple_get(ida, 0, max, gfp)); in ida_alloc_max() 154 return (ida_simple_get(ida, min, max, gfp)); in ida_alloc_range()
|
| /freebsd/sys/dev/mlx5/mlx5_lib/ |
| H A D | mlx5_gid.c | 98 index = ida_simple_get(&dev->roce.reserved_gids.ida, in mlx5_core_reserved_gid_alloc()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_idr.c | 764 ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, in ida_simple_get() function
|