Home
last modified time | relevance | path

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

/lib/
Dfind_bit.c112 #ifndef find_first_zero_bit
116 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() function
127 EXPORT_SYMBOL(find_first_zero_bit);
Dsbitmap.c248 ret = find_first_zero_bit(&mask, word->depth); in sbitmap_any_bit_clear()