Searched refs:ida_simple_get (Results 1 – 4 of 4) 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()
|
/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 | 758 ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, in ida_simple_get() function
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zvol_os.c | 1624 idx = ida_simple_get(&zvol_ida, 0, 0, kmem_flags_convert(KM_SLEEP)); in zvol_os_create_minor()
|