Home
last modified time | relevance | path

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

/freebsd/sys/dev/xdma/
H A Dxdma_bio.c52 QUEUE_OUT_LOCK(xchan); in xdma_dequeue_bio()
H A Dxdma_queue.c52 QUEUE_OUT_LOCK(xchan); in xdma_dequeue()
H A Dxdma_mbuf.c58 QUEUE_OUT_LOCK(xchan); in xdma_dequeue_mbuf()
H A Dxdma.h214 #define QUEUE_OUT_LOCK(xchan) mtx_lock(&(xchan)->mtx_qout_lock) macro
H A Dxdma_sg.c364 QUEUE_OUT_LOCK(xchan); in xchan_seg_done()