Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbitmap.h48 unsigned int nlongs = BITS_TO_LONGS(nbits); bitmap_fill() local
/linux/lib/
H A Dtest_bitmap.c370 unsigned int nlongs = DIV_ROUND_UP(nbits, BITS_PER_LONG); in test_replace() local