Home
last modified time | relevance | path

Searched refs:nlongs (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/linux/
H A Dbitmap.h50 unsigned int nlongs = BITS_TO_LONGS(nbits); in bitmap_fill()
52 unsigned int len = (nlongs - 1) * sizeof(unsigned long); in bitmap_fill()
55 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits);
48 unsigned int nlongs = BITS_TO_LONGS(nbits); bitmap_fill() local
/linux/lib/
H A Dtest_bitmap.c370 unsigned int nlongs = DIV_ROUND_UP(nbits, BITS_PER_LONG); in test_replace() local
376 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
380 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
384 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
388 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()