stat_timer 1117 drivers/scsi/aic7xxx/aic79xx.h struct timer_list stat_timer; stat_timer 6101 drivers/scsi/aic7xxx/aic79xx_core.c timer_setup(&ahd->stat_timer, ahd_stat_timer, 0); stat_timer 6225 drivers/scsi/aic7xxx/aic79xx_core.c del_timer_sync(&ahd->stat_timer); stat_timer 7231 drivers/scsi/aic7xxx/aic79xx_core.c ahd_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_US); stat_timer 8832 drivers/scsi/aic7xxx/aic79xx_core.c struct ahd_softc *ahd = from_timer(ahd, t, stat_timer); stat_timer 8859 drivers/scsi/aic7xxx/aic79xx_core.c ahd_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_US);