Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Drandom.c303 static int random_read_wakeup_bits = 64; variable
676 if (entropy_bits >= random_read_wakeup_bits) { in credit_entropy_bits()
687 r->entropy_total >= 2*random_read_wakeup_bits) { in credit_entropy_bits()
980 int rsvd_bytes = r->limit ? 0 : random_read_wakeup_bits / 4; in _xfer_secondary_pool()
984 bytes = max_t(int, bytes, random_read_wakeup_bits / 8); in _xfer_secondary_pool()
991 random_read_wakeup_bits / 8, rsvd_bytes); in _xfer_secondary_pool()
1007 _xfer_secondary_pool(r, random_read_wakeup_bits/8); in push_to_pool()
1367 random_read_wakeup_bits); in _random_read()
1405 if (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits) in random_poll()
1653 .data = &random_read_wakeup_bits,