Searched refs:this_end_bit (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-integrity.c581 unsigned long bit, end_bit, this_end_bit, page, end_page; local
609 this_end_bit = PAGE_SIZE * 8 - 1;
611 this_end_bit = end_bit;
616 while (bit <= this_end_bit) {
617 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
622 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
630 while (bit <= this_end_bit) {
631 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
636 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
644 while (bit <= this_end_bit) {
[all...]

Completed in 243 milliseconds