Searched refs:bitmap_onto (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnodemask.h16 * lib/bitmap.c. For details of nodes_onto(), see bitmap_onto in
374 bitmap_onto(dstp->bits, origp->bits, relmapp->bits, nbits);
H A Dbitmap.h71 * bitmap_onto(dst, orig, relmap, nbits) *dst = orig relative to relmap
217 void bitmap_onto(unsigned long *dst, const unsigned long *orig,
/linux-master/lib/
H A Dbitmap.c559 * bitmap_onto - translate one bitmap relative to another
585 * Example [1] for bitmap_onto():
612 * Example [2] for bitmap_fold() + bitmap_onto():
621 * bitmap_fold() then bitmap_onto, as suggested above to
627 * bitmap_onto(dst, tmp, relmap, bits);
664 void bitmap_onto(unsigned long *dst, const unsigned long *orig, function
701 * Example [2] for bitmap_onto() for why and how to use this.

Completed in 97 milliseconds