Home
last modified time | relevance | path

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

/freebsd/sys/dev/xdma/
H A Dxdma.h163 struct mtx mtx_qin_lock; member
209 #define QUEUE_IN_LOCK(xchan) mtx_lock(&(xchan)->mtx_qin_lock)
210 #define QUEUE_IN_UNLOCK(xchan) mtx_unlock(&(xchan)->mtx_qin_lock)
212 mtx_assert(&(xchan)->mtx_qin_lock, MA_OWNED)
H A Dxdma.c141 mtx_init(&xchan->mtx_qin_lock, "xDMA qin", NULL, MTX_DEF); in xdma_channel_alloc()
190 mtx_destroy(&xchan->mtx_qin_lock); in xdma_channel_free()