Searched refs:spacq_lock (Results 1 – 1 of 1) sorted by relevance
350 static struct mtx spacq_lock; variable352 mtx_init(&spacq_lock, "spacqtree", \354 #define SPACQ_LOCK_DESTROY() mtx_destroy(&spacq_lock)355 #define SPACQ_LOCK() mtx_lock(&spacq_lock)356 #define SPACQ_UNLOCK() mtx_unlock(&spacq_lock)357 #define SPACQ_LOCK_ASSERT() mtx_assert(&spacq_lock, MA_OWNED)