Searched refs:sc_bulk_tmo (Results 1 – 1 of 1) sorted by relevance
235 struct callout sc_bulk_tmo; member355 callout_init_mtx(&sc->sc_bulk_tmo, &sc->sc_bulk_mtx, 0); in pfsync_clone_create()423 callout_drain(&sc->sc_bulk_tmo); in pfsync_clone_destroy()2147 callout_reset(&sc->sc_bulk_tmo, 1, pfsync_bulk_update, sc); in pfsync_bulk_start()2193 callout_reset(&sc->sc_bulk_tmo, 1, in pfsync_bulk_update()