Home
last modified time | relevance | path

Searched refs:mtx_qout_lock (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xdma/
H A Dxdma.h164 struct mtx mtx_qout_lock; member
214 #define QUEUE_OUT_LOCK(xchan) mtx_lock(&(xchan)->mtx_qout_lock)
215 #define QUEUE_OUT_UNLOCK(xchan) mtx_unlock(&(xchan)->mtx_qout_lock)
217 mtx_assert(&(xchan)->mtx_qout_lock, MA_OWNED)
H A Dxdma.c142 mtx_init(&xchan->mtx_qout_lock, "xDMA qout", NULL, MTX_DEF); in xdma_channel_alloc()
191 mtx_destroy(&xchan->mtx_qout_lock); in xdma_channel_free()