Home
last modified time | relevance | path

Searched refs:find_aligned_range (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dbuf.c122 static uint32_t find_aligned_range(unsigned long *bitmap, in find_aligned_range() function
163 obj = find_aligned_range(bitmap->table, bitmap->last, in bitmap_alloc_range()
167 obj = find_aligned_range(bitmap->table, 0, bitmap->max, in bitmap_alloc_range()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c78 static unsigned long find_aligned_range(unsigned long *bitmap, in find_aligned_range() function
118 obj = find_aligned_range(bitmap->table, bitmap->last, in mlx4_bitmap_alloc_range()
123 obj = find_aligned_range(bitmap->table, 0, bitmap->max, in mlx4_bitmap_alloc_range()