Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnodemask.h361 #define nodes_onto(dst, orig, relmap) \ argument
362 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
Dbitmap.h192 const unsigned long *relmap, unsigned int bits);
/Linux-v5.4/lib/
Dbitmap.c956 const unsigned long *relmap, unsigned int bits) in bitmap_onto() argument
975 for_each_set_bit(n, relmap, bits) { in bitmap_onto()