Searched refs:sc_md_tmo (Results 1 – 1 of 1) sorted by relevance
97 struct callout sc_md_tmo; /* Master down timeout. */ member1218 callout_reset(&sc->sc_md_tmo, tvtohz(&tv), in carp_setrun()1231 callout_reset(&sc->sc_md_tmo, tvtohz(&tv), in carp_setrun()1499 callout_init_mtx(&sc->sc_md_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc()1554 callout_drain(&sc->sc_md_tmo); in carp_destroy()2006 callout_stop(&sc->sc_md_tmo); in carp_sc_state()