Searched refs:bitmap_ord_to_pos (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/lib/ |
D | bitmap.c | 664 unsigned int bitmap_ord_to_pos(const unsigned long *buf, unsigned int ord, unsigned int nbits) in bitmap_ord_to_pos() function 725 set_bit(bitmap_ord_to_pos(new, n % w, nbits), dst); in bitmap_remap() 764 return bitmap_ord_to_pos(new, n % w, bits); in bitmap_bitremap()
|
/linux-4.4.14/include/linux/ |
D | bitmap.h | 171 extern unsigned int bitmap_ord_to_pos(const unsigned long *bitmap, unsigned int ord, unsigned int n…
|
/linux-4.4.14/mm/ |
D | mempolicy.c | 1785 bit = bitmap_ord_to_pos(maskp->bits, in node_random()
|