Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dsbitmap.c189 static int sbitmap_find_bit(struct sbitmap *sb, in sbitmap_find_bit() function
235 return sbitmap_find_bit(sb, UINT_MAX, index, alloc_hint, in __sbitmap_get()
265 return sbitmap_find_bit(sb, shallow_depth, index, alloc_hint, true); in __sbitmap_get_shallow()