Searched refs:this_end_bit (Results 1 – 1 of 1) sorted by relevance
606 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()608 this_end_bit = end_bit; in block_bitmap_op()613 while (bit <= this_end_bit) { in block_bitmap_op()619 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()627 while (bit <= this_end_bit) { in block_bitmap_op()633 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()641 while (bit <= this_end_bit) { in block_bitmap_op()646 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()653 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1) in block_bitmap_op()656 while (bit <= this_end_bit) { in block_bitmap_op()[all …]