Lines Matching defs:prev
766 struct scsi_ctrl_blk *tmp, *prev;
772 prev = tmp = host->first_pending;
779 prev->next = tmp->next;
781 host->last_pending = prev;
786 prev = tmp;
836 struct scsi_ctrl_blk *tmp, *prev;
842 prev = tmp = host->first_busy;
849 prev->next = tmp->next;
851 host->last_busy = prev;
860 prev = tmp;
921 struct scsi_ctrl_blk *tmp, *prev;
937 prev = tmp = host->first_pending; /* Check Pend queue */
948 prev->next = tmp->next;
950 host->last_pending = prev;
959 prev = tmp;
963 prev = tmp = host->first_busy; /* Check Busy queue */
978 prev->next = tmp->next;
980 host->last_busy = prev;
993 prev = tmp;
2358 struct scsi_ctrl_blk *tmp, *prev;
2373 prev = tmp = host->first_busy; /* Check Busy queue */
2381 prev->next = tmp->next;
2383 host->last_busy = prev;
2390 prev = tmp;
2810 struct scsi_ctrl_blk *scb, *tmp, *prev = NULL /* silence gcc */;
2874 prev->next = tmp;
2875 prev = tmp;
2877 prev->next = NULL;
2880 host->last_avail = prev;