Searched refs:bits_to_set (Results 1 – 1 of 1) sorted by relevance
45 int bits_to_set = BITMAP_BITS_PER_WORD - (start % BITMAP_BITS_PER_WORD); in bitmap_set() local48 while (nr - bits_to_set >= 0) { in bitmap_set()50 nr -= bits_to_set; in bitmap_set()51 bits_to_set = BITMAP_BITS_PER_WORD; in bitmap_set()
Completed in 4 milliseconds