Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dtimer.c86 struct mtx timer_mtx; member
213 mtx_init(&timer_softc->timer_mtx, "watchdog", NULL, MTX_DEF); in mv_timer_attach()
485 mtx_lock(&timer_softc->timer_mtx); in mv_watchdog_event()
506 mtx_unlock(&timer_softc->timer_mtx); in mv_watchdog_event()
/f-stack/freebsd/amd64/vmm/io/
H A Dvlapic_priv.h164 struct mtx timer_mtx; member
H A Dvlapic.c74 #define VLAPIC_TIMER_LOCK(vlapic) mtx_lock_spin(&((vlapic)->timer_mtx))
75 #define VLAPIC_TIMER_UNLOCK(vlapic) mtx_unlock_spin(&((vlapic)->timer_mtx))
76 #define VLAPIC_TIMER_LOCKED(vlapic) mtx_owned(&((vlapic)->timer_mtx))
1461 mtx_init(&vlapic->timer_mtx, "vlapic timer mtx", NULL, MTX_SPIN); in vlapic_init()