Home
last modified time | relevance | path

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

/freebsd/sys/dev/xdma/
H A Dxdma_bio.c96 QUEUE_IN_LOCK(xchan); in xdma_enqueue_bio()
H A Dxdma_queue.c96 QUEUE_IN_LOCK(xchan); in xdma_enqueue()
H A Dxdma_mbuf.c101 QUEUE_IN_LOCK(xchan); in xdma_enqueue_mbuf()
H A Dxdma.h209 #define QUEUE_IN_LOCK(xchan) mtx_lock(&(xchan)->mtx_qin_lock) macro
H A Dxdma_sg.c621 QUEUE_IN_LOCK(xchan); in xdma_process()