Searched refs:sahtree_lock (Results 1 – 1 of 1) sorted by relevance
156 static struct mtx sahtree_lock; variable158 mtx_init(&sahtree_lock, "sahtree", \160 #define SAHTREE_LOCK_DESTROY() mtx_destroy(&sahtree_lock)161 #define SAHTREE_LOCK() mtx_lock(&sahtree_lock)162 #define SAHTREE_UNLOCK() mtx_unlock(&sahtree_lock)163 #define SAHTREE_LOCK_ASSERT() mtx_assert(&sahtree_lock, MA_OWNED)