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

/freebsd-current/sys/arm/mv/
H A Dtimer.c83 struct mtx timer_mtx; member in struct:mv_timer_softc
210 mtx_init(&timer_softc->timer_mtx, "watchdog", NULL, MTX_DEF);
480 mtx_lock(&timer_softc->timer_mtx);
501 mtx_unlock(&timer_softc->timer_mtx);
/freebsd-current/sys/amd64/vmm/io/
H A Dvlapic_priv.h158 struct mtx timer_mtx; member in struct:vlapic
H A Dvlapic.c65 * The 'vlapic->timer_mtx' is used to provide mutual exclusion between the
70 #define VLAPIC_TIMER_LOCK(vlapic) mtx_lock_spin(&((vlapic)->timer_mtx))
71 #define VLAPIC_TIMER_UNLOCK(vlapic) mtx_unlock_spin(&((vlapic)->timer_mtx))
72 #define VLAPIC_TIMER_LOCKED(vlapic) mtx_owned(&((vlapic)->timer_mtx))
1601 mtx_init(&vlapic->timer_mtx, "vlapic timer mtx", NULL, MTX_SPIN);
1619 mtx_destroy(&vlapic->timer_mtx);

Completed in 120 milliseconds