random_write_wakeup_bits  384 drivers/char/random.c static int random_write_wakeup_bits = 28 * OUTPUT_POOL_WORDS;
random_write_wakeup_bits 1485 drivers/char/random.c 	    (r->entropy_count >> ENTROPY_SHIFT) < random_write_wakeup_bits) {
random_write_wakeup_bits 2056 drivers/char/random.c 	if (ENTROPY_BITS(&input_pool) < random_write_wakeup_bits)
random_write_wakeup_bits 2303 drivers/char/random.c 		.data		= &random_write_wakeup_bits,
random_write_wakeup_bits 2492 drivers/char/random.c 			ENTROPY_BITS(&input_pool) <= random_write_wakeup_bits);