Searched refs:bitmap_ord_to_pos (Results 1 – 5 of 5) sorted by relevance
/linux/lib/ |
A D | nodemask.c | 27 bit = bitmap_ord_to_pos(maskp->bits, in node_random()
|
A D | bitmap.c | 961 unsigned int bitmap_ord_to_pos(const unsigned long *buf, unsigned int ord, unsigned int nbits) in bitmap_ord_to_pos() function 1022 set_bit(bitmap_ord_to_pos(new, n % w, nbits), dst); in bitmap_remap() 1061 return bitmap_ord_to_pos(new, n % w, bits); in bitmap_bitremap()
|
/linux/include/linux/ |
A D | bitmap.h | 228 unsigned int bitmap_ord_to_pos(const unsigned long *bitmap, unsigned int ord, unsigned int nbits);
|
/linux/ |
A D | System.map | 16490 ffff80001048e9b4 T bitmap_ord_to_pos
|
A D | .tmp_System.map | 16490 ffff80001048e9b4 T bitmap_ord_to_pos
|
Completed in 278 milliseconds