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