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

/freebsd-11.0-release/sys/kern/
H A Dkern_ntptime.c165 static struct mtx ntpadj_lock; variable in typeref:struct:mtx
166 MTX_SYSINIT(ntpadj, &ntpadj_lock, "ntpadj",
181 #define NTPADJ_LOCK() mtx_lock_spin(&ntpadj_lock)
182 #define NTPADJ_UNLOCK() mtx_unlock_spin(&ntpadj_lock)
184 #define NTPADJ_LOCK() mtx_lock(&ntpadj_lock)
185 #define NTPADJ_UNLOCK() mtx_unlock(&ntpadj_lock)
187 #define NTPADJ_ASSERT_LOCKED() mtx_assert(&ntpadj_lock, MA_OWNED)

Completed in 163 milliseconds