Searched refs:ntp_lock (Results 1 – 1 of 1) sorted by relevance
169 static struct mtx ntp_lock; variable170 MTX_SYSINIT(ntp, &ntp_lock, "ntp", MTX_SPIN);172 #define NTP_LOCK() mtx_lock_spin(&ntp_lock)173 #define NTP_UNLOCK() mtx_unlock_spin(&ntp_lock)174 #define NTP_ASSERT_LOCKED() mtx_assert(&ntp_lock, MA_OWNED)