tag | line | file | source code |
next_timer | 526 | drivers/scsi/NCR5380.c | if (((struct NCR5380_hostdata *) (instance->host_data))->next_timer) { |
next_timer | 532 | drivers/scsi/NCR5380.c | prev = &(((struct NCR5380_hostdata *) tmp->host_data)->next_timer), |
next_timer | 533 | drivers/scsi/NCR5380.c | tmp = ((struct NCR5380_hostdata *) tmp->host_data)->next_timer) |
next_timer | 537 | drivers/scsi/NCR5380.c | instance->next_timer = tmp; |
next_timer | 804 | drivers/scsi/NCR5380.c | hostdata->next_timer = NULL; |
next_timer | 263 | drivers/scsi/NCR5380.h | struct Scsi_Host *next_timer; |