Home
last modified time | relevance | path

Searched refs:QUEUE_OUT_UNLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/xdma/
H A Dxdma_bio.c57 QUEUE_OUT_UNLOCK(xchan); in xdma_dequeue_bio()
H A Dxdma_queue.c57 QUEUE_OUT_UNLOCK(xchan); in xdma_dequeue()
H A Dxdma_mbuf.c63 QUEUE_OUT_UNLOCK(xchan); in xdma_dequeue_mbuf()
H A Dxdma.h215 #define QUEUE_OUT_UNLOCK(xchan) mtx_unlock(&(xchan)->mtx_qout_lock) macro
H A Dxdma_sg.c366 QUEUE_OUT_UNLOCK(xchan); in xchan_seg_done()