Home
last modified time | relevance | path

Searched refs:ida_alloc_max (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Didr.h144 ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) in ida_alloc_max() function
159 return (ida_alloc_max(ida, ~0u, gfp)); in ida_alloc()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c1071 devnum = ida_alloc_max(&uverbs_ida, IB_UVERBS_MAX_DEVICES - 1, in ib_uverbs_add_one()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c708 index = ida_alloc_max(&fg->fte_allocator, fg->max_ftes, GFP_KERNEL); in insert_fte()