Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xdma/
Dxdma_bio.c52 QUEUE_OUT_LOCK(xchan); in xdma_dequeue_bio()
Dxdma_queue.c52 QUEUE_OUT_LOCK(xchan); in xdma_dequeue()
Dxdma_mbuf.c58 QUEUE_OUT_LOCK(xchan); in xdma_dequeue_mbuf()
Dxdma.h196 #define QUEUE_OUT_LOCK(xchan) mtx_lock(&(xchan)->mtx_qout_lock) macro
Dxdma_sg.c360 QUEUE_OUT_LOCK(xchan); in xchan_seg_done()