Home
last modified time | relevance | path

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

/lib/
Dfind_next_bit.c110 #ifndef find_first_bit
114 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() function
135 EXPORT_SYMBOL(find_first_bit);
Dcpumask.c10 return min_t(int, NR_CPUS, find_first_bit(srcp->bits, NR_CPUS)); in __first_cpu()
Dbitmap.c562 rbot = cur = find_first_bit(maskp, nmaskbits); in bitmap_scnlistprintf()
732 i = find_first_bit(buf, bits); in bitmap_pos_to_ord()
768 for (i = find_first_bit(buf, bits); in bitmap_ord_to_pos()