Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Drandom.c303 static int random_read_wakeup_bits = 64; variable
696 if (entropy_bits >= random_read_wakeup_bits) { in credit_entropy_bits()
707 r->entropy_total >= 2*random_read_wakeup_bits) { in credit_entropy_bits()
1000 int rsvd_bytes = r->limit ? 0 : random_read_wakeup_bits / 4; in _xfer_secondary_pool()
1004 bytes = max_t(int, bytes, random_read_wakeup_bits / 8); in _xfer_secondary_pool()
1011 random_read_wakeup_bits / 8, rsvd_bytes); in _xfer_secondary_pool()
1027 _xfer_secondary_pool(r, random_read_wakeup_bits/8); in push_to_pool()
1445 random_read_wakeup_bits); in _random_read()
1483 if (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits) in random_poll()
1731 .data = &random_read_wakeup_bits,