Lines Matching refs:this_count
807 int this_count; in __init_io() local
825 this_count = req->current_nr_sectors; in __init_io()
838 this_count = req->nr_sectors; in __init_io()
871 this_count = req->current_nr_sectors; in __init_io()
1057 for (this_count = 0, bh = req->bh; bh; bh = bh->b_reqnext) { in __init_io()
1058 if( scsi_dma_free_sectors - this_count < 30 in __init_io()
1059 || this_count == sectors ) in __init_io()
1063 this_count += bh->b_size >> 9; in __init_io()
1070 this_count = req->current_nr_sectors; in __init_io()
1103 if (bh_phys(bh) + (this_count << 9) - 1 > ISA_DMA_THRESHOLD) { in __init_io()
1104 buff = (char *) scsi_malloc(this_count << 9); in __init_io()
1107 this_count = req->current_nr_sectors; in __init_io()
1108 buff = (char *) scsi_malloc(this_count << 9); in __init_io()
1114 memcpy(buff, (char *) req->buffer, this_count << 9); in __init_io()
1118 SCpnt->request_bufflen = this_count << 9; in __init_io()