Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnodemask.h363 #define nodes_onto(dst, orig, relmap) \ argument
364 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
H A Dbitmap.h232 const unsigned long *relmap, unsigned int bits);
/linux/lib/
H A Dbitmap.c684 const unsigned long *relmap, unsigned int bits) in bitmap_onto() argument
703 for_each_set_bit(n, relmap, bits) { in bitmap_onto()