Searched refs:un_waitq_tailp (Results 1 – 2 of 2) sorted by relevance
5823 if (un->un_waitq_tailp == NULL) { in sd_ddi_suspend()5824 un->un_waitq_tailp = un->un_retry_bp; in sd_ddi_suspend()13869 ASSERT(un->un_waitq_tailp == NULL); in sd_add_buf_to_waitq()13870 un->un_waitq_headp = un->un_waitq_tailp = bp; in sd_add_buf_to_waitq()13875 ASSERT(un->un_waitq_tailp != NULL); in sd_add_buf_to_waitq()13882 un->un_waitq_tailp->av_forw = bp; in sd_add_buf_to_waitq()13883 un->un_waitq_tailp = bp; in sd_add_buf_to_waitq()13971 if (ap == un->un_waitq_tailp) { in sd_add_buf_to_waitq()13972 un->un_waitq_tailp = bp; in sd_add_buf_to_waitq()14129 un->un_waitq_tailp = NULL;[all …]
279 struct buf *un_waitq_tailp; member