Searched refs:ida_simple_get (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | idr.h | 118 int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, 139 return (ida_simple_get(ida, min, UINT_MAX, gfp)); in ida_alloc_min() 146 return (ida_simple_get(ida, 0, max, gfp)); in ida_alloc_max()
|
| /freebsd-14.2/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-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_idr.c | 759 ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, in ida_simple_get() function
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zvol_os.c | 1619 idx = ida_simple_get(&zvol_ida, 0, 0, kmem_flags_convert(KM_SLEEP)); in zvol_os_create_minor()
|