Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/char/
Drandom.c1268 enum { NUM_TRIAL_SAMPLES = 8192, MAX_SAMPLES_PER_BIT = HZ / 15 }; in try_to_generate_entropy() enumerator
1275 for (i = 0; i < NUM_TRIAL_SAMPLES - 1; ++i) { in try_to_generate_entropy()
1281 stack->samples_per_bit = DIV_ROUND_UP(NUM_TRIAL_SAMPLES, num_different + 1); in try_to_generate_entropy()