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

/freebsd-10-stable/sys/dev/random/
H A Dyarrow.c68 u_int slowoverthresh; /* slow pool overthreshhold reseed count */ member in struct:random_state
83 RANDOM_CHECK_UINT(slowoverthresh, 1, 5);
155 if (overthreshhold[SLOW] >= random_state.slowoverthresh)
206 "slowoverthresh", CTLTYPE_INT|CTLFLAG_RW,
207 &random_state.slowoverthresh, 2,
215 random_state.slowoverthresh = 2;

Completed in 42 milliseconds