Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbitmap.h44 unsigned int nlongs = BITS_TO_LONGS(nbits); in bitmap_fill() local
46 unsigned int len = (nlongs - 1) * sizeof(unsigned long); in bitmap_fill()
49 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); in bitmap_fill()
/linux/mm/
H A Dmempolicy.c1632 unsigned long nlongs = BITS_TO_LONGS(maxnode); in get_bitmap() local
1641 nlongs * sizeof(unsigned long)); in get_bitmap()
1647 mask[nlongs - 1] &= (1UL << (maxnode % BITS_PER_LONG)) - 1; in get_bitmap()