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

/freebsd-10.3-release/sys/arm/mv/
H A Dtimer.c67 struct mtx timer_mtx; member in struct:mv_timer_softc
146 mtx_init(&timer_softc->timer_mtx, "watchdog", NULL, MTX_DEF);
368 mtx_lock(&timer_softc->timer_mtx);
387 mtx_unlock(&timer_softc->timer_mtx);
/freebsd-10.3-release/sys/amd64/vmm/io/
H A Dvlapic_priv.h163 struct mtx timer_mtx; member in struct:vlapic
H A Dvlapic.c64 * The 'vlapic->timer_mtx' is used to provide mutual exclusion between the
69 #define VLAPIC_TIMER_LOCK(vlapic) mtx_lock_spin(&((vlapic)->timer_mtx))
70 #define VLAPIC_TIMER_UNLOCK(vlapic) mtx_unlock_spin(&((vlapic)->timer_mtx))
71 #define VLAPIC_TIMER_LOCKED(vlapic) mtx_owned(&((vlapic)->timer_mtx))
1461 mtx_init(&vlapic->timer_mtx, "vlapic timer mtx", NULL, MTX_SPIN);
/freebsd-10.3-release/sys/arm/cavium/cns11xx/
H A Dtimer.c61 struct mtx timer_mtx; member in struct:ec_timer_softc

Completed in 125 milliseconds