Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c80 CRNG_READY = 2 /* Fully initialized with POOL_READY_BITS collected */
623 POOL_READY_BITS = POOL_BITS, /* When crng_init->CRNG_READY */ enumerator
624 POOL_EARLY_BITS = POOL_READY_BITS / 2 /* When crng_init->CRNG_EARLY */
721 if (orig < POOL_READY_BITS && new >= POOL_READY_BITS) { in _credit_init_bits()
1430 * more entropy, tied to the POOL_READY_BITS constant. It is writable
1445 static int sysctl_random_write_wakeup_bits = POOL_READY_BITS;
/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c82 CRNG_READY = 2 /* Fully initialized with POOL_READY_BITS collected */
612 POOL_READY_BITS = POOL_BITS, /* When crng_init->CRNG_READY */ enumerator
613 POOL_EARLY_BITS = POOL_READY_BITS / 2 /* When crng_init->CRNG_EARLY */
719 if (orig < POOL_READY_BITS && new >= POOL_READY_BITS) { in _credit_init_bits()
1585 * more entropy, tied to the POOL_READY_BITS constant. It is writable
1600 static int sysctl_random_write_wakeup_bits = POOL_READY_BITS;

Completed in 6 milliseconds