Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c323 u_int ht_apt_count; /* number of samples with the same value */ member
395 ht->ht_apt_count = 1; in random_healthtest_apt_init()
413 ht->ht_apt_count++; in random_healthtest_apt_next()
414 if (ht->ht_apt_count >= ht->ht_apt_cutoff) in random_healthtest_apt_next()