Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/random/
Dyarrow.c221 u_int pl, overthreshhold[RANDOM_YARROW_NPOOLS]; in random_yarrow_process_event() local
238 overthreshhold[pl] = 0; in random_yarrow_process_event()
241 overthreshhold[pl]++; in random_yarrow_process_event()
248 if (overthreshhold[RANDOM_YARROW_SLOW] >= yarrow_state.ys_slowoverthresh) in random_yarrow_process_event()
250 else if (overthreshhold[RANDOM_YARROW_FAST] > 0 && yarrow_state.ys_seeded) in random_yarrow_process_event()