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

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

Completed in 155 milliseconds