Searched refs:mtx_unlock (Results 1 – 7 of 7) sorted by relevance
57 mtx_unlock(&mq->lock); \71 mtx_unlock(&mq->lock); \109 mtx_unlock(&mq->lock); \
21 void mtx_unlock(mtx_t *mtx);
12 mtx_unlock(&mtx); in TEST_BEGIN()31 mtx_unlock(&arg->mtx); in thd_start()
258 #define INP_UNLOCK(inp) mtx_unlock(&(inp)->inp_mtx)267 #define INP_INFO_RUNLOCK(ipi) mtx_unlock(&(ipi)->ipi_mtx)268 #define INP_INFO_WUNLOCK(ipi) mtx_unlock(&(ipi)->ipi_mtx)
100 #define RT_UNLOCK(_rt) mtx_unlock(&(_rt)->rt_mtx)
56 mtx_unlock(mtx_t *mtx) in mtx_unlock() function
414 #define mtx_unlock(arg1) macro