Searched refs:un_retry_bp (Results 1 – 2 of 2) sorted by relevance
5820 if (un->un_retry_bp != NULL) { in sd_ddi_suspend()5821 un->un_retry_bp->av_forw = un->un_waitq_headp; in sd_ddi_suspend()5822 un->un_waitq_headp = un->un_retry_bp; in sd_ddi_suspend()5824 un->un_waitq_tailp = un->un_retry_bp; in sd_ddi_suspend()5826 un->un_retry_bp = NULL; in sd_ddi_suspend()14054 if (bp == un->un_retry_bp) {14081 un, un->un_retry_bp, un->un_throttle,14108 if (un->un_retry_bp != NULL) {14258 if (bp != un->un_retry_bp) {14489 if (bp != un->un_retry_bp) {[all …]
282 struct buf *un_retry_bp; member