Searched refs:ktls_tick (Results 1 – 2 of 2) sorted by relevance
1039 struct callout ktls_tick; member
1259 callout_init(&sc->ktls_tick, 1); in t4_attach()1878 callout_drain(&sc->ktls_tick); in t4_detach_common()5790 ktls_tick(void *arg) in ktls_tick() function5799 callout_schedule_sbt(&sc->ktls_tick, SBT_1MS, 0, C_HARDCLOCK); in ktls_tick()5820 callout_reset_sbt(&sc->ktls_tick, SBT_1MS, 0, ktls_tick, sc, in t6_config_kern_tls()5824 callout_stop(&sc->ktls_tick); in t6_config_kern_tls()