Searched refs:spacq_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netipsec/
H A Dkey.c190 static struct mtx spacq_lock; variable in typeref:struct:mtx
192 mtx_init(&spacq_lock, "spacqtree", \
194 #define SPACQ_LOCK_DESTROY() mtx_destroy(&spacq_lock)
195 #define SPACQ_LOCK() mtx_lock(&spacq_lock)
196 #define SPACQ_UNLOCK() mtx_unlock(&spacq_lock)
197 #define SPACQ_LOCK_ASSERT() mtx_assert(&spacq_lock, MA_OWNED)
6537 /* NB: return holding spacq_lock */

Completed in 111 milliseconds