Searched refs:un_waitq_tailp (Results 1 – 2 of 2) sorted by relevance
6298 if (un->un_waitq_tailp == NULL) { in sd_ddi_suspend()6299 un->un_waitq_tailp = un->un_retry_bp; in sd_ddi_suspend()14654 ASSERT(un->un_waitq_tailp == NULL);14655 un->un_waitq_headp = un->un_waitq_tailp = bp;14660 ASSERT(un->un_waitq_tailp != NULL);14667 un->un_waitq_tailp->av_forw = bp;14668 un->un_waitq_tailp = bp;14756 if (ap == un->un_waitq_tailp) {14757 un->un_waitq_tailp = bp;14914 un->un_waitq_tailp = NULL;[all …]
247 struct buf *un_waitq_tailp; member