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

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

Completed in 116 milliseconds