Searched refs:spx_mtx (Results 1 – 1 of 1) sorted by relevance
97 static struct mtx spx_mtx; /* Protects only spx_iss. */ variable104 #define SPX_LOCK_INIT() mtx_init(&spx_mtx, "spx_mtx", NULL, MTX_DEF)105 #define SPX_LOCK() mtx_lock(&spx_mtx)106 #define SPX_UNLOCK() mtx_unlock(&spx_mtx)