Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dnodemask.h58 * void nodes_onto(dst, orig, relmap) *dst = orig relative to relmap
356 #define nodes_onto(dst, orig, relmap) \ argument
357 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
H A Dbitmap.h71 * bitmap_onto(dst, orig, relmap, nbits) *dst = orig relative to relmap
222 const unsigned long *relmap, unsigned int bits);
/linux/lib/ !
H A Dbitmap.c562 * @relmap: bitmap relative to which translated
566 * n-th bit of @relmap is set, the m-th bit of @orig is set, and
567 * the n-th bit of @relmap is also the m-th _set_ bit of @relmap.
572 * using the map { <n, m> | the n-th bit of @relmap is the
573 * m-th set bit of @relmap }.
576 * weight of (number of set bits in) @relmap are mapped nowhere.
586 * Let's say @relmap has bits 30-39 set, and @orig has bits
592 * that is turned on in @relmap. Since bit 0 was off in the
597 * is the second bit that is turned on in @relmap
665 bitmap_onto(unsigned long * dst,const unsigned long * orig,const unsigned long * relmap,unsigned int bits) bitmap_onto() argument
[all...]