Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Drandom.c384 static int random_write_wakeup_bits = 28 * OUTPUT_POOL_WORDS; variable
1485 (r->entropy_count >> ENTROPY_SHIFT) < random_write_wakeup_bits) { in account()
2055 if (ENTROPY_BITS(&input_pool) < random_write_wakeup_bits) in random_poll()
2302 .data = &random_write_wakeup_bits,
2503 ENTROPY_BITS(&input_pool) <= random_write_wakeup_bits); in add_hwgenerator_randomness()