Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Drandom.c377 static int random_read_wakeup_bits = 64; variable
796 if (entropy_bits >= random_read_wakeup_bits && in credit_entropy_bits()
803 if (entropy_bits >= random_read_wakeup_bits && in credit_entropy_bits()
1415 bytes = max_t(int, bytes, random_read_wakeup_bits / 8); in _xfer_secondary_pool()
1422 random_read_wakeup_bits / 8, 0); in _xfer_secondary_pool()
1438 _xfer_secondary_pool(r, random_read_wakeup_bits/8); in push_to_pool()
2010 (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits)); in _random_read()
2053 if (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits) in random_poll()
2293 .data = &random_read_wakeup_bits,