tag | line | file | source code |
nr_allocated | 359 | drivers/scsi/atari_NCR5380.c | int nr_allocated; |
nr_allocated | 378 | drivers/scsi/atari_NCR5380.c | ta->nr_allocated = 0; |
nr_allocated | 405 | drivers/scsi/atari_NCR5380.c | if (TagAlloc[cmd->target][cmd->lun].nr_allocated >= |
nr_allocated | 443 | drivers/scsi/atari_NCR5380.c | ta->nr_allocated++; |
nr_allocated | 448 | drivers/scsi/atari_NCR5380.c | ta->nr_allocated ); |
nr_allocated | 476 | drivers/scsi/atari_NCR5380.c | ta->nr_allocated--; |
nr_allocated | 498 | drivers/scsi/atari_NCR5380.c | ta->nr_allocated = 0; |
nr_allocated | 2342 | drivers/scsi/atari_NCR5380.c | ta->nr_allocated ); |
nr_allocated | 2344 | drivers/scsi/atari_NCR5380.c | if (ta->queue_size > ta->nr_allocated) |
nr_allocated | 2345 | drivers/scsi/atari_NCR5380.c | ta->nr_allocated = ta->queue_size; |