Searched refs:expires_first (Results 1 – 1 of 1) sorted by relevance
534 static struct Scsi_Host *expires_first = NULL; variable591 …for (prev = &expires_first, tmp = expires_first; tmp; prev = &(((struct NCR5380_hostdata *) tmp->h… in NCR5380_set_timer()598 mod_timer(&usleep_timer, ((struct NCR5380_hostdata *) expires_first->hostdata)->time_expires); in NCR5380_set_timer()621 …for (; expires_first && time_before_eq(((struct NCR5380_hostdata *) expires_first->hostdata)->time… in NCR5380_timer_fn()622 instance = ((struct NCR5380_hostdata *) expires_first->hostdata)->next_timer; in NCR5380_timer_fn()623 ((struct NCR5380_hostdata *) expires_first->hostdata)->next_timer = NULL; in NCR5380_timer_fn()624 ((struct NCR5380_hostdata *) expires_first->hostdata)->time_expires = 0; in NCR5380_timer_fn()625 expires_first = instance; in NCR5380_timer_fn()629 if (expires_first) { in NCR5380_timer_fn()630 usleep_timer.expires = ((struct NCR5380_hostdata *) expires_first->hostdata)->time_expires; in NCR5380_timer_fn()