Home
last modified time | relevance | path

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

/NextBSD/sys/arm/mv/
HDtimer.c67 struct mtx timer_mtx; member
146 mtx_init(&timer_softc->timer_mtx, "watchdog", NULL, MTX_DEF); in mv_timer_attach()
368 mtx_lock(&timer_softc->timer_mtx); in mv_watchdog_event()
387 mtx_unlock(&timer_softc->timer_mtx); in mv_watchdog_event()
/NextBSD/sys/amd64/vmm/io/
HDvlapic_priv.h163 struct mtx timer_mtx; member
HDvlapic.c68 #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); in vlapic_init()
/NextBSD/sys/arm/cavium/cns11xx/
HDtimer.c61 struct mtx timer_mtx; member