Searched refs:random_read_wakeup_thresh (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drandom.c259 static int random_read_wakeup_thresh = 64; variable
588 if(input_pool.entropy_count >= random_read_wakeup_thresh)
657 int bytes = max_t(int, random_read_wakeup_thresh / 8,
659 int rsvd = r->limit ? 0 : random_read_wakeup_thresh/4;
666 random_read_wakeup_thresh / 8, rsvd);
930 random_read_wakeup_thresh);
977 if (input_pool.entropy_count >= random_read_wakeup_thresh)
1048 if (input_pool.entropy_count >= random_read_wakeup_thresh)
1069 if (input_pool.entropy_count >= random_read_wakeup_thresh)
1221 .data = &random_read_wakeup_thresh,
[all...]

Completed in 112 milliseconds