Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/tpm/
HDtpm20.c197 sc->harvest_ticks = TPM_HARVEST_INTERVAL / ustick; in tpm20_init()
288 callout_reset(&sc->harvest_callout, sc->harvest_ticks, tpm20_harvest, sc); in tpm20_harvest()
HDtpm20.h126 int harvest_ticks; member