Searched refs:random_read_wakeup_thresh (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.c266 static int random_read_wakeup_thresh = 64; variable
508 if (r == &input_pool && entropy_count >= random_read_wakeup_thresh) {
699 int rsvd = r->limit ? 0 : random_read_wakeup_thresh/4;
703 bytes = max_t(int, bytes, random_read_wakeup_thresh / 8);
712 random_read_wakeup_thresh / 8, rsvd);
987 random_read_wakeup_thresh);
1027 if (input_pool.entropy_count >= random_read_wakeup_thresh)
1221 .data = &random_read_wakeup_thresh,

Completed in 19 milliseconds