Searched refs:un_retry_bp (Results 1 – 2 of 2) sorted by relevance
6308 if (un->un_retry_bp != NULL) { in sd_ddi_suspend()6309 un->un_retry_bp->av_forw = un->un_waitq_headp; in sd_ddi_suspend()6310 un->un_waitq_headp = un->un_retry_bp; in sd_ddi_suspend()6312 un->un_waitq_tailp = un->un_retry_bp; in sd_ddi_suspend()6314 un->un_retry_bp = NULL; in sd_ddi_suspend()14844 if (bp == un->un_retry_bp) {14871 un, un->un_retry_bp, un->un_throttle,14898 if (un->un_retry_bp != NULL) {15048 if (bp != un->un_retry_bp) {15279 if (bp != un->un_retry_bp) {[all …]
250 struct buf *un_retry_bp; member