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