Searched refs:bit_b (Results 1 – 1 of 1) sorted by relevance
1478 unsigned long bit_a, bit_b = 0; in proc_do_large_bitmap() local1482 bit_a = find_next_bit(bitmap, bitmap_len, bit_b); in proc_do_large_bitmap()1485 bit_b = find_next_zero_bit(bitmap, bitmap_len, in proc_do_large_bitmap()1491 if (bit_a != bit_b) { in proc_do_large_bitmap()1493 proc_put_long(&buffer, &left, bit_b, false); in proc_do_large_bitmap()1496 first = 0; bit_b++; in proc_do_large_bitmap()