Searched refs:bitmap_pos_to_ord (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 781 * bitmap_pos_to_ord - find ordinal of set bit at given position in bitmap 798 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord() function 880 int n = bitmap_pos_to_ord(old, oldbit, nbits); in bitmap_remap() 919 int n = bitmap_pos_to_ord(old, oldbit, bits); in bitmap_bitremap() 1053 /* m == bitmap_pos_to_ord(relmap, n, bits) */ in bitmap_onto()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bitmap.c | 946 * bitmap_pos_to_ord - find ordinal of set bit at given position in bitmap 963 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord() function 1015 int n = bitmap_pos_to_ord(old, oldbit, nbits); in bitmap_remap() 1055 int n = bitmap_pos_to_ord(old, oldbit, bits); in bitmap_bitremap() 1191 /* m == bitmap_pos_to_ord(relmap, n, bits) */ in bitmap_onto()
|
Completed in 5 milliseconds