Searched refs:bits_to_set (Results 1 – 1 of 1) sorted by relevance
219 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local222 while (len - bits_to_set >= 0) { in __bitmap_set()224 len -= bits_to_set; in __bitmap_set()225 bits_to_set = BITS_PER_LONG; in __bitmap_set()
Completed in 4 milliseconds