Searched refs:find_first_zero_bit (Results 1 – 2 of 2) sorted by relevance
112 #ifndef find_first_zero_bit116 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() function127 EXPORT_SYMBOL(find_first_zero_bit);
248 ret = find_first_zero_bit(&mask, word->depth); in sbitmap_any_bit_clear()