Searched refs:relmap (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | nodemask.h | 369 #define nodes_onto(dst, orig, relmap) \ argument 370 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
|
H A D | bitmap.h | 71 * bitmap_onto(dst, orig, relmap, nbits) *dst = orig relative to relmap 222 const unsigned long *relmap, unsigned int bits);
|
/linux/lib/ |
H A D | bitmap.c | 665 const unsigned long *relmap, unsigned int bits) in bitmap_onto() argument 684 for_each_set_bit(n, relmap, bits) { in bitmap_onto()
|