Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c324 u_int ht_apt_seq; /* sequence number of the last sample */ member
396 ht->ht_apt_seq = 1; in random_healthtest_apt_init()
406 if (ht->ht_apt_seq == 0) { in random_healthtest_apt_next()
418 ht->ht_apt_seq++; in random_healthtest_apt_next()
419 if (ht->ht_apt_seq == RANDOM_SELFTEST_APT_WINDOW) in random_healthtest_apt_next()
420 ht->ht_apt_seq = 0; in random_healthtest_apt_next()