Searched refs:nlongs (Results 1 – 1 of 1) sorted by relevance
43 unsigned int nlongs = BITS_TO_LONGS(nbits); in bitmap_fill() local45 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