Home
last modified time | relevance | path

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

/freebsd/sys/dev/xdma/
H A Dxdma_sg.c360 QUEUE_PROC_LOCK(xchan); in xchan_seg_done()
625 QUEUE_PROC_LOCK(xchan); in xdma_process()
H A Dxdma.h224 #define QUEUE_PROC_LOCK(xchan) mtx_lock(&(xchan)->mtx_proc_lock) macro