input_pool        557 drivers/char/random.c static struct entropy_store input_pool = {
input_pool        560 drivers/char/random.c 	.lock = __SPIN_LOCK_UNLOCKED(input_pool.lock),
input_pool        567 drivers/char/random.c 	.pull = &input_pool,
input_pool        784 drivers/char/random.c 	if (r == &input_pool) {
input_pool        871 drivers/char/random.c 		_extract_entropy(&input_pool, &crng->state[4],
input_pool       1059 drivers/char/random.c 		crng_reseed(crng, crng == &primary_crng ? &input_pool : NULL);
input_pool       1186 drivers/char/random.c 	spin_lock_irqsave(&input_pool.lock, flags);
input_pool       1187 drivers/char/random.c 	_mix_pool_bytes(&input_pool, buf, size);
input_pool       1188 drivers/char/random.c 	_mix_pool_bytes(&input_pool, &time, sizeof(time));
input_pool       1189 drivers/char/random.c 	spin_unlock_irqrestore(&input_pool.lock, flags);
input_pool       1218 drivers/char/random.c 	r = &input_pool;
input_pool       1266 drivers/char/random.c 	trace_add_input_randomness(ENTROPY_BITS(&input_pool));
input_pool       1348 drivers/char/random.c 	r = &input_pool;
input_pool       1381 drivers/char/random.c 	trace_add_disk_randomness(disk_devt(disk), ENTROPY_BITS(&input_pool));
input_pool       1751 drivers/char/random.c 	credit_entropy_bits(&input_pool, 1);
input_pool       1775 drivers/char/random.c 		mix_pool_bytes(&input_pool, &stack.now, sizeof(stack.now));
input_pool       1782 drivers/char/random.c 	mix_pool_bytes(&input_pool, &stack.now, sizeof(stack.now));
input_pool       1958 drivers/char/random.c 	init_std_data(&input_pool);
input_pool       2001 drivers/char/random.c 				  ENTROPY_BITS(&input_pool));
input_pool       2011 drivers/char/random.c 		    (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits));
input_pool       2042 drivers/char/random.c 	trace_urandom_read(8 * nbytes, 0, ENTROPY_BITS(&input_pool));
input_pool       2054 drivers/char/random.c 	if (ENTROPY_BITS(&input_pool) >= random_read_wakeup_bits)
input_pool       2056 drivers/char/random.c 	if (ENTROPY_BITS(&input_pool) < random_write_wakeup_bits)
input_pool       2096 drivers/char/random.c 	ret = write_pool(&input_pool, buffer, count);
input_pool       2112 drivers/char/random.c 		ent_count = ENTROPY_BITS(&input_pool);
input_pool       2121 drivers/char/random.c 		return credit_entropy_bits_safe(&input_pool, ent_count);
input_pool       2131 drivers/char/random.c 		retval = write_pool(&input_pool, (const char __user *)p,
input_pool       2135 drivers/char/random.c 		return credit_entropy_bits_safe(&input_pool, ent_count);
input_pool       2144 drivers/char/random.c 		input_pool.entropy_count = 0;
input_pool       2290 drivers/char/random.c 		.data		= &input_pool.entropy_count,
input_pool       2480 drivers/char/random.c 	struct entropy_store *poolp = &input_pool;
input_pool       2492 drivers/char/random.c 			ENTROPY_BITS(&input_pool) <= random_write_wakeup_bits);
input_pool        371 include/uapi/sound/asequencer.h 	int input_pool;			/* incoming (read) pool size */
input_pool       1836 sound/core/seq/seq_clientmgr.c 		info->input_pool = cptr->data.user.fifo_pool_size;
input_pool       1837 sound/core/seq/seq_clientmgr.c 		info->input_free = info->input_pool;
input_pool       1840 sound/core/seq/seq_clientmgr.c 		info->input_pool = 0;
input_pool       1875 sound/core/seq/seq_clientmgr.c 	    info->input_pool >= 1 &&
input_pool       1876 sound/core/seq/seq_clientmgr.c 	    info->input_pool <= SNDRV_SEQ_MAX_CLIENT_EVENTS &&
input_pool       1877 sound/core/seq/seq_clientmgr.c 	    info->input_pool != client->data.user.fifo_pool_size) {
input_pool       1879 sound/core/seq/seq_clientmgr.c 		rc = snd_seq_fifo_resize(client->data.user.fifo, info->input_pool);
input_pool       1882 sound/core/seq/seq_clientmgr.c 		client->data.user.fifo_pool_size = info->input_pool;