Searched refs:pseudoif_mtx (Results 1 – 1 of 1) sorted by relevance
95 static struct mtx pseudoif_mtx; variable96 MTX_SYSINIT(pseudoif_mtx, &pseudoif_mtx, "pseudoif_mtx", MTX_DEF);98 #define PSEUDO_LOCK() mtx_lock(&pseudoif_mtx);99 #define PSEUDO_UNLOCK() mtx_unlock(&pseudoif_mtx);