Searched refs:scope6_lock (Results 1 – 1 of 1) sorted by relevance
73 static struct mtx scope6_lock; variable74 #define SCOPE6_LOCK_INIT() mtx_init(&scope6_lock, "scope6_lock", NULL, MTX_DEF)75 #define SCOPE6_LOCK() mtx_lock(&scope6_lock)76 #define SCOPE6_UNLOCK() mtx_unlock(&scope6_lock)77 #define SCOPE6_LOCK_ASSERT() mtx_assert(&scope6_lock, MA_OWNED)