Lines Matching defs:this_end_bit
591 unsigned long bit, end_bit, this_end_bit, page, end_page;
619 this_end_bit = PAGE_SIZE * 8 - 1;
621 this_end_bit = end_bit;
626 while (bit <= this_end_bit) {
627 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
632 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
640 while (bit <= this_end_bit) {
641 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
646 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
654 while (bit <= this_end_bit) {
655 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
659 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
666 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1)
669 while (bit <= this_end_bit) {
670 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
674 } while (this_end_bit >= bit + BITS_PER_LONG - 1);