Home
last modified time | relevance | path

Searched refs:random_read_wakeup_thresh (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/char/
Drandom.c286 static int random_read_wakeup_thresh = 64; variable
620 if (r == &input_pool && entropy_count >= random_read_wakeup_thresh) { in credit_entropy_bits()
823 int rsvd = r->limit ? 0 : random_read_wakeup_thresh/4; in xfer_secondary_pool()
827 bytes = max_t(int, bytes, random_read_wakeup_thresh / 8); in xfer_secondary_pool()
836 random_read_wakeup_thresh / 8, rsvd); in xfer_secondary_pool()
1170 random_read_wakeup_thresh); in random_read()
1210 if (input_pool.entropy_count >= random_read_wakeup_thresh) in random_poll()
1411 .data = &random_read_wakeup_thresh,