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

/freebsd-13-stable/sys/dev/xdma/
H A Dxdma.h165 struct mtx mtx_qin_lock; member in struct:xdma_channel
211 #define QUEUE_IN_LOCK(xchan) mtx_lock(&(xchan)->mtx_qin_lock)
212 #define QUEUE_IN_UNLOCK(xchan) mtx_unlock(&(xchan)->mtx_qin_lock)
214 mtx_assert(&(xchan)->mtx_qin_lock, MA_OWNED)
H A Dxdma.c143 mtx_init(&xchan->mtx_qin_lock, "xDMA qin", NULL, MTX_DEF);
192 mtx_destroy(&xchan->mtx_qin_lock);

Completed in 58 milliseconds