Searched refs:random_read_wakeup_bits (Results 1 – 1 of 1) sorted by relevance
308 static int random_read_wakeup_bits = 64; variable724 if (entropy_bits >= random_read_wakeup_bits && in credit_entropy_bits()734 r->entropy_total >= 2*random_read_wakeup_bits) { in credit_entropy_bits()1339 bytes = max_t(int, bytes, random_read_wakeup_bits / 8); in _xfer_secondary_pool()1346 random_read_wakeup_bits / 8, 0); in _xfer_secondary_pool()1362 _xfer_secondary_pool(r, random_read_wakeup_bits/8); in push_to_pool()1870 random_read_wakeup_bits); in _random_read()1913 if (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits) in random_poll()2153 .data = &random_read_wakeup_bits,