Home
last modified time | relevance | path

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

/linux/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) in bitmap_pos_to_ord() function
509 int n = bitmap_pos_to_ord(old, oldbit, nbits); in bitmap_remap()
549 int n = bitmap_pos_to_ord(old, oldbit, bits); in bitmap_bitremap()
685 /* m == bitmap_pos_to_ord(relmap, n, bits) */ in bitmap_onto()