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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drandom.c302 #define POOLBITS poolwords*32 macro
503 } else if (entropy_count > r->poolinfo->POOLBITS)
504 entropy_count = r->poolinfo->POOLBITS;
697 r->entropy_count < r->poolinfo->POOLBITS) {
738 BUG_ON(r->entropy_count > r->poolinfo->POOLBITS);

Completed in 89 milliseconds