Searched refs:bits_to_set (Results 1 – 1 of 1) sorted by relevance
108 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local111 while (len - bits_to_set >= 0) { in __bitmap_set()113 len -= bits_to_set; in __bitmap_set()114 bits_to_set = BITS_PER_LONG; in __bitmap_set()
Completed in 2 milliseconds