Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Drandom.c315 static int random_write_wakeup_bits = 28 * OUTPUT_POOL_WORDS; variable
732 if (entropy_bits > random_write_wakeup_bits && in credit_entropy_bits()
1409 (r->entropy_count >> ENTROPY_SHIFT) < random_write_wakeup_bits) { in account()
1915 if (ENTROPY_BITS(&input_pool) < random_write_wakeup_bits) in random_poll()
2162 .data = &random_write_wakeup_bits,
2361 ENTROPY_BITS(&input_pool) <= random_write_wakeup_bits); in add_hwgenerator_randomness()