Searched refs:bits_to_clear (Results 1 – 1 of 1) sorted by relevance
9 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear() local12 while (len - bits_to_clear >= 0) { in bitmap_clear()14 len -= bits_to_clear; in bitmap_clear()15 bits_to_clear = BITS_PER_LONG; in bitmap_clear()