Searched refs:xa_flush_headp (Results 1 – 2 of 2) sorted by relevance
650 if (xap->xa_flush_headp == NULL) { in ddi_xbuf_flushq()652 xap->xa_flush_headp = xap->xa_flush_tailp = bp; in ddi_xbuf_flushq()660 while ((bp = xap->xa_flush_headp) != NULL) { in ddi_xbuf_flushq()661 xap->xa_flush_headp = bp->av_forw; in ddi_xbuf_flushq()662 if (xap->xa_flush_headp == NULL) { in ddi_xbuf_flushq()
96 struct buf *xa_flush_headp; member