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

/linux-master/lib/
H A Dbitmap.c440 * bitmap_pos_to_ord - find ordinal of set bit at given position in bitmap
457 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) function
509 int n = bitmap_pos_to_ord(old, oldbit, nbits);
549 int n = bitmap_pos_to_ord(old, oldbit, bits);
685 /* m == bitmap_pos_to_ord(relmap, n, bits) */

Completed in 101 milliseconds