Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cmx/
Dcmx.c279 CMX_UNLOCK(sc); in cmx_detach()
283 CMX_UNLOCK(sc); in cmx_detach()
409 CMX_UNLOCK(sc); in cmx_tick()
426 CMX_UNLOCK(sc); in cmx_open()
430 CMX_UNLOCK(sc); in cmx_open()
450 CMX_UNLOCK(sc); in cmx_close()
457 CMX_UNLOCK(sc); in cmx_close()
463 CMX_UNLOCK(sc); in cmx_close()
496 CMX_UNLOCK(sc); in cmx_read()
500 CMX_UNLOCK(sc); in cmx_read()
[all …]
Dcmxvar.h100 #define CMX_UNLOCK(sc) mtx_unlock(&(sc)->mtx) macro