Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/
Drandom.c1211 enum { NUM_TRIAL_SAMPLES = 8192, MAX_SAMPLES_PER_BIT = HZ / 15 }; in try_to_generate_entropy() enumerator
1216 for (i = 0; i < NUM_TRIAL_SAMPLES - 1; ++i) { in try_to_generate_entropy()
1222 stack.samples_per_bit = DIV_ROUND_UP(NUM_TRIAL_SAMPLES, num_different + 1); in try_to_generate_entropy()