Searched refs:nlongs (Results 1 – 2 of 2) sorted by relevance
141 size_t nlongs = BITS_TO_LONGS(nbits); in bitmap_fill() local142 if (nlongs > 1) { in bitmap_fill()143 int len = (nlongs - 1) * sizeof(unsigned long); in bitmap_fill()146 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); in bitmap_fill()
798 unsigned long nlongs, size, end; local800 nlongs = (maxnodes + 8 * sizeof(long) - 1) / (8 * sizeof(long));801 size = nlongs * sizeof(long);803 if (nlongs == 0 || ((err || verbose(tcp)) && (size * 8 == maxnodes)