Lines Matching defs:this_end_bit
520 unsigned long bit, end_bit, this_end_bit, page, end_page;
548 this_end_bit = PAGE_SIZE * 8 - 1;
550 this_end_bit = end_bit;
556 while (bit <= this_end_bit) {
557 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
562 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
570 while (bit <= this_end_bit) {
571 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
576 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
584 while (bit <= this_end_bit) {
585 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
589 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
596 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1)
598 else while (bit <= this_end_bit) {
599 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
603 } while (this_end_bit >= bit + BITS_PER_LONG - 1);