Searched refs:tsec_tick (Results 1 – 1 of 1) sorted by relevance
94 static void tsec_tick(void *arg);556 callout_reset(&sc->tsec_callout, hz, tsec_tick, sc); in tsec_init_locked()1243 tsec_tick(void *arg) in tsec_tick() function1263 callout_reset(&sc->tsec_callout, hz, tsec_tick, sc); in tsec_tick()