Searched refs:isn_mtx (Results 1 – 1 of 1) sorted by relevance
803 static struct mtx isn_mtx; variable805 #define ISN_LOCK_INIT() mtx_init(&isn_mtx, "isn_mtx", NULL, MTX_DEF)806 #define ISN_LOCK() mtx_lock(&isn_mtx)807 #define ISN_UNLOCK() mtx_unlock(&isn_mtx)