Searched refs:sc_bulk_tmo (Results 1 – 1 of 1) sorted by relevance
274 struct callout sc_bulk_tmo; member411 callout_init_mtx(&sc->sc_bulk_tmo, &sc->sc_bulk_mtx, 0); in pfsync_clone_create()484 callout_drain(&sc->sc_bulk_tmo); in pfsync_clone_destroy()2528 callout_reset(&sc->sc_bulk_tmo, 1, pfsync_bulk_update, sc); in pfsync_bulk_start()2574 callout_reset(&sc->sc_bulk_tmo, 1, in pfsync_bulk_update()