Home
last modified time | relevance | path

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

/tools/include/linux/
A Dbitmap.h43 unsigned int nlongs = BITS_TO_LONGS(nbits); in bitmap_fill() local
45 unsigned int len = (nlongs - 1) * sizeof(unsigned long); in bitmap_fill()
48 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); in bitmap_fill()

Completed in 4 milliseconds