Home
last modified time | relevance | path

Searched refs:tc_setclock_mtx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_tc.c1283 static struct mtx tc_setclock_mtx; variable
1284 MTX_SYSINIT(tc_setclock_init, &tc_setclock_mtx, "tcsetc", MTX_SPIN);
1298 mtx_lock_spin(&tc_setclock_mtx); in tc_setclock()
1305 mtx_unlock_spin(&tc_setclock_mtx); in tc_setclock()
1923 if (mtx_trylock_spin(&tc_setclock_mtx)) { in tc_ticktock()
1929 mtx_unlock_spin(&tc_setclock_mtx); in tc_ticktock()
2029 mtx_lock_spin(&tc_setclock_mtx); in inittimecounter()
2031 mtx_unlock_spin(&tc_setclock_mtx); in inittimecounter()