Home
last modified time | relevance | path

Searched refs:bitmap_fold (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dnodemask.h17 * lib/bitmap.c. For details of nodes_fold(), see bitmap_fold in
374 bitmap_fold(dstp->bits, origp->bits, sz, nbits); in __nodes_fold()
H A Dbitmap.h69 * bitmap_fold(dst, orig, sz, nbits) dst bits = orig bits mod sz
217 extern void bitmap_fold(unsigned long *dst, const unsigned long *orig,
/kernel/linux/linux-6.6/include/linux/
H A Dbitmap.h66 * bitmap_fold(dst, orig, sz, nbits) dst bits = orig bits mod sz
217 void bitmap_fold(unsigned long *dst, const unsigned long *orig,
H A Dnodemask.h17 * lib/bitmap.c. For details of nodes_fold(), see bitmap_fold in
382 bitmap_fold(dstp->bits, origp->bits, sz, nbits); in __nodes_fold()
/kernel/linux/linux-5.10/lib/
H A Dbitmap.c948 * to use the bitmap_fold() operator, below, to first fold the
950 * range 0 <= x < W. The bitmap_fold() operator does this by
980 * Example [2] for bitmap_fold() + bitmap_onto():
989 * bitmap_fold() then bitmap_onto, as suggested above to
994 * bitmap_fold(tmp, orig, bitmap_weight(relmap, bits), bits);
1000 * using bitmap_fold() to fold the @orig bitmap modulo ten
1020 * For these marked lines, if we hadn't first done bitmap_fold()
1061 * bitmap_fold - fold larger bitmap into smaller, modulo specified size
1071 void bitmap_fold(unsigned long *dst, const unsigned long *orig, in bitmap_fold() function
/kernel/linux/linux-6.6/lib/
H A Dbitmap.c1086 * to use the bitmap_fold() operator, below, to first fold the
1088 * range 0 <= x < W. The bitmap_fold() operator does this by
1118 * Example [2] for bitmap_fold() + bitmap_onto():
1127 * bitmap_fold() then bitmap_onto, as suggested above to
1132 * bitmap_fold(tmp, orig, bitmap_weight(relmap, bits), bits);
1138 * using bitmap_fold() to fold the @orig bitmap modulo ten
1158 * For these marked lines, if we hadn't first done bitmap_fold()
1199 * bitmap_fold - fold larger bitmap into smaller, modulo specified size
1209 void bitmap_fold(unsigned long *dst, const unsigned long *orig, in bitmap_fold() function

Completed in 9 milliseconds