Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c335 } ht_state; member
442 ht->ht_state = INIT; in random_harvest_healthtest()
445 switch (ht->ht_state) { in random_harvest_healthtest()
451 ht->ht_state = STARTUP; in random_harvest_healthtest()
461 if (ht->ht_state == STARTUP && in random_harvest_healthtest()
467 ht->ht_state = STEADY; in random_harvest_healthtest()
469 return (ht->ht_state == STEADY); in random_harvest_healthtest()
471 ht->ht_state = FAILED; in random_harvest_healthtest()
493 KASSERT(ht->ht_state == INIT, in random_healthtest_init()
495 __func__, ht->ht_state, source)); in random_healthtest_init()
[all …]