Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dsbitmap.c211 static int sbitmap_find_bit(struct sbitmap *sb, in sbitmap_find_bit() function
257 return sbitmap_find_bit(sb, UINT_MAX, index, alloc_hint, in __sbitmap_get()
287 return sbitmap_find_bit(sb, shallow_depth, index, alloc_hint, true); in __sbitmap_get_shallow()