Searched refs:curr_bit (Results 1 – 1 of 1) sorted by relevance
96 unsigned long curr_bit = bit_offset; in l2r_t2b() local104 while (curr_bit < num_bits) { in l2r_t2b()105 *pos = bitmap_find_next_zero_area(map, num_bits, curr_bit, w, in l2r_t2b()110 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()116 curr_bit = ALIGN(*pos, slot_stride) + bit_offset; in l2r_t2b()148 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()150 curr_bit = *pos + a + 1; in l2r_t2b()