Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dbitmap.h132 size_t nlongs = BITS_TO_LONGS(nbits); in bitmap_fill() local
134 switch (nlongs) { in bitmap_fill()
136 memset(dst, -1, (nlongs - 1) * sizeof(unsigned long)); in bitmap_fill()
139 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); in bitmap_fill()

Completed in 3 milliseconds