Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/
Drandom.c1249 enum { NUM_TRIAL_SAMPLES = 8192, MAX_SAMPLES_PER_BIT = HZ / 15 }; in try_to_generate_entropy() enumerator
1261 if (stack.samples_per_bit > MAX_SAMPLES_PER_BIT) in try_to_generate_entropy()