Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-integrity.c625 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()
627 this_end_bit = end_bit; in block_bitmap_op()
633 while (bit <= this_end_bit) { in block_bitmap_op()
639 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
647 while (bit <= this_end_bit) { in block_bitmap_op()
653 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
661 while (bit <= this_end_bit) { in block_bitmap_op()
666 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
673 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1) in block_bitmap_op()
675 else while (bit <= this_end_bit) { in block_bitmap_op()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-integrity.c625 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()
627 this_end_bit = end_bit; in block_bitmap_op()
633 while (bit <= this_end_bit) { in block_bitmap_op()
639 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
647 while (bit <= this_end_bit) { in block_bitmap_op()
653 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
661 while (bit <= this_end_bit) { in block_bitmap_op()
666 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
673 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1) in block_bitmap_op()
675 else while (bit <= this_end_bit) { in block_bitmap_op()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-integrity.c625 this_end_bit = PAGE_SIZE * 8 - 1; in block_bitmap_op()
627 this_end_bit = end_bit; in block_bitmap_op()
633 while (bit <= this_end_bit) { in block_bitmap_op()
639 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
647 while (bit <= this_end_bit) { in block_bitmap_op()
653 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
661 while (bit <= this_end_bit) { in block_bitmap_op()
666 } while (this_end_bit >= bit + BITS_PER_LONG - 1); in block_bitmap_op()
673 if (!bit && this_end_bit == PAGE_SIZE * 8 - 1) in block_bitmap_op()
675 else while (bit <= this_end_bit) { in block_bitmap_op()
[all …]