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