Searched refs:tc_setclock_mtx (Results 1 – 1 of 1) sorted by relevance
1248 static struct mtx tc_setclock_mtx; variable1249 MTX_SYSINIT(tc_setclock_init, &tc_setclock_mtx, "tcsetc", MTX_SPIN);1263 mtx_lock_spin(&tc_setclock_mtx); in tc_setclock()1270 mtx_unlock_spin(&tc_setclock_mtx); in tc_setclock()1871 if (mtx_trylock_spin(&tc_setclock_mtx)) { in tc_ticktock()1877 mtx_unlock_spin(&tc_setclock_mtx); in tc_ticktock()1972 mtx_lock_spin(&tc_setclock_mtx); in inittimecounter()1974 mtx_unlock_spin(&tc_setclock_mtx); in inittimecounter()