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