Searched refs:bitmap_onto (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | nodemask.h | 374 bitmap_onto(dstp->bits, origp->bits, relmapp->bits, nbits); in __nodes_onto()
|
H A D | bitmap.h | 71 * bitmap_onto(dst, orig, relmap, nbits) *dst = orig relative to relmap 221 void bitmap_onto(unsigned long *dst, const unsigned long *orig,
|
/linux/lib/ |
H A D | bitmap.c | 664 void bitmap_onto(unsigned long *dst, const unsigned long *orig, in bitmap_onto() function
|