Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Drandom.c87 CRNG_READY = 2 /* Fully initialized with POOL_READY_BITS collected */
633 POOL_READY_BITS = POOL_BITS, /* When crng_init->CRNG_READY */ enumerator
634 POOL_EARLY_BITS = POOL_READY_BITS / 2 /* When crng_init->CRNG_EARLY */
740 if (orig < POOL_READY_BITS && new >= POOL_READY_BITS) { in _credit_init_bits()
1607 * more entropy, tied to the POOL_READY_BITS constant. It is writable
1622 static int sysctl_random_write_wakeup_bits = POOL_READY_BITS;