rwatson ede585e991 Perform a lockless read to test whether an entropy havesting fifo is
full, avoiding the cost of mutex operations if it is.  We re-test
once the mutex is acquired to make sure it's still true before doing
the -modify-write part of the read-modify-write.  Note that due to
the maximum fifo depth being pretty deep, this is unlikely to improve
harvesting performance yet.

Approved by:	markm
2004-08-11 03:33:32 +00:00
..
2004-08-08 09:08:37 +00:00
2004-08-05 13:00:11 +00:00
2004-08-08 13:23:05 +00:00
2004-08-05 13:01:29 +00:00
2004-08-08 13:23:05 +00:00
2004-08-10 14:42:48 +00:00