Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/
Drandom.c729 int entropy_bits = entropy_count >> ENTROPY_SHIFT; in credit_entropy_bits() local
732 if (entropy_bits < 128) in credit_entropy_bits()
735 entropy_bits = ENTROPY_BITS(r); in credit_entropy_bits()