Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dnodemask.h369 #define nodes_onto(dst, orig, relmap) \ argument
370 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
Dbitmap.h216 const unsigned long *relmap, unsigned int bits);
/linux-6.6.21/lib/
Dbitmap.c1171 const unsigned long *relmap, unsigned int bits) in bitmap_onto() argument
1190 for_each_set_bit(n, relmap, bits) { in bitmap_onto()