Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Drandom.c310 static int random_write_wakeup_bits = 28 * OUTPUT_POOL_WORDS; variable
685 if (entropy_bits > random_write_wakeup_bits && in credit_entropy_bits()
1056 (r->entropy_count >> ENTROPY_SHIFT) < random_write_wakeup_bits) { in account()
1407 if (ENTROPY_BITS(&input_pool) < random_write_wakeup_bits) in random_poll()
1662 .data = &random_write_wakeup_bits,
1776 ENTROPY_BITS(&input_pool) <= random_write_wakeup_bits); in add_hwgenerator_randomness()