Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDbitops.h374 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear() local
377 while (nr - bits_to_clear >= 0) { in bitmap_clear()
379 nr -= bits_to_clear; in bitmap_clear()
380 bits_to_clear = BITS_PER_LONG; in bitmap_clear()