Searched refs:xa_flush_headp (Results 1 – 2 of 2) sorted by relevance
654 if (xap->xa_flush_headp == NULL) { in ddi_xbuf_flushq()656 xap->xa_flush_headp = xap->xa_flush_tailp = bp; in ddi_xbuf_flushq()664 while ((bp = xap->xa_flush_headp) != NULL) { in ddi_xbuf_flushq()665 xap->xa_flush_headp = bp->av_forw; in ddi_xbuf_flushq()666 if (xap->xa_flush_headp == NULL) { in ddi_xbuf_flushq()
96 struct buf *xa_flush_headp; member