Searched refs:this_transfer (Results 1 – 1 of 1) sorted by relevance
1129 int this_transfer; in cdrom_read_intr() local1145 this_transfer = MIN (sectors_to_transfer, in cdrom_read_intr()1150 while (this_transfer > 0) { in cdrom_read_intr()1156 --this_transfer; in cdrom_read_intr()1756 int this_transfer; in cdrom_write_intr() local1766 this_transfer = MIN(sectors_to_transfer,rq->current_nr_sectors); in cdrom_write_intr()1768 while (this_transfer > 0) { in cdrom_write_intr()1774 --this_transfer; in cdrom_write_intr()