Home
last modified time | relevance | path

Searched refs:tsec_tick (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/tsec/
H A Dif_tsec.c94 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() function
1263 callout_reset(&sc->tsec_callout, hz, tsec_tick, sc); in tsec_tick()