entropy_bits      785 drivers/char/random.c 		int entropy_bits = entropy_count >> ENTROPY_SHIFT;
entropy_bits      789 drivers/char/random.c 			if (entropy_bits < 128)
entropy_bits      792 drivers/char/random.c 			entropy_bits = r->entropy_count >> ENTROPY_SHIFT;
entropy_bits      796 drivers/char/random.c 		if (entropy_bits >= random_read_wakeup_bits &&
entropy_bits      803 drivers/char/random.c 		if (entropy_bits >= random_read_wakeup_bits &&