tag | line | file | source code |
tablesize | 525 | drivers/scsi/scsi.c | int tablesize; |
tablesize | 549 | drivers/scsi/scsi.c | tablesize = scsi_devices[index].host->sg_tablesize; |
tablesize | 551 | drivers/scsi/scsi.c | if(!tablesize) bh = NULL; |
tablesize | 555 | drivers/scsi/scsi.c | tablesize--; |
tablesize | 558 | drivers/scsi/scsi.c | if(!tablesize) break; |
tablesize | 600 | drivers/scsi/scsi.c | int tablesize; |
tablesize | 646 | drivers/scsi/scsi.c | tablesize = scsi_devices[index].host->sg_tablesize; |
tablesize | 648 | drivers/scsi/scsi.c | if(!tablesize) bh = NULL; |
tablesize | 652 | drivers/scsi/scsi.c | tablesize--; |
tablesize | 655 | drivers/scsi/scsi.c | if(!tablesize) break; |