Searched refs:bits_to_set (Results 1 – 2 of 2) sorted by relevance
118 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set() local123 while (nr - bits_to_set >= 0) { in bitmap_set()125 nr -= bits_to_set; in bitmap_set()126 bits_to_set = BITS_PER_LONG; in bitmap_set()
96 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set() local101 while (nr - bits_to_set >= 0) { in bitmap_set()103 nr -= bits_to_set; in bitmap_set()104 bits_to_set = BITS_PER_LONG; in bitmap_set()