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