Searched refs:INPUT_POOL_WORDS (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.c257 #define INPUT_POOL_WORDS 128 macro
280 static int trickle_thresh __read_mostly = INPUT_POOL_WORDS * 28;
381 static __u32 input_pool_data[INPUT_POOL_WORDS];
1168 static int max_read_thresh = INPUT_POOL_WORDS * 32;
1169 static int max_write_thresh = INPUT_POOL_WORDS * 32;
1203 static int sysctl_poolsize = INPUT_POOL_WORDS * 32;

Completed in 25 milliseconds