Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/armada/
H A Dwdt.c101 struct mtx wdt_mtx; member
175 mtx_init(&sc->wdt_mtx, "watchdog", NULL, MTX_DEF); in mv_wdt_attach()
352 mtx_lock(&sc->wdt_mtx); in mv_watchdog_event()
374 mtx_unlock(&sc->wdt_mtx); in mv_watchdog_event()