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.c1290 static struct mtx tc_setclock_mtx; variable
1291 MTX_SYSINIT(tc_setclock_init, &tc_setclock_mtx, "tcsetc", MTX_SPIN);
1305 mtx_lock_spin(&tc_setclock_mtx); in tc_setclock()
1312 mtx_unlock_spin(&tc_setclock_mtx); in tc_setclock()
1931 if (mtx_trylock_spin(&tc_setclock_mtx)) { in tc_ticktock()
1937 mtx_unlock_spin(&tc_setclock_mtx); in tc_ticktock()
2037 mtx_lock_spin(&tc_setclock_mtx); in inittimecounter()
2039 mtx_unlock_spin(&tc_setclock_mtx); in inittimecounter()