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

/freebsd-10.0-release/sys/dev/random/
H A Dyarrow.c68 u_int slowoverthresh; /* slow pool overthreshhold reseed count */
115 u_int pl, overthreshhold[2]; local
142 overthreshhold[pl] = 0;
146 overthreshhold[pl]++;
151 if (overthreshhold[FAST])
155 if (overthreshhold[SLOW] >= random_state.slowoverthresh)

Completed in 120 milliseconds