Lines Matching refs:blocking_pool
454 static struct entropy_store blocking_pool = { variable
459 .lock = __SPIN_LOCK_UNLOCKED(blocking_pool.lock),
461 .push_work = __WORK_INITIALIZER(blocking_pool.push_work,
688 static struct entropy_store *last = &blocking_pool; in credit_entropy_bits()
689 struct entropy_store *other = &blocking_pool; in credit_entropy_bits()
691 if (last == &blocking_pool) in credit_entropy_bits()
1319 init_std_data(&blocking_pool); in rand_initialize()
1352 n = extract_entropy_user(&blocking_pool, buf, nbytes); in _random_read()
1356 ENTROPY_BITS(&blocking_pool), in _random_read()
1439 ret = write_pool(&blocking_pool, buffer, count); in random_write()
1494 blocking_pool.entropy_count = 0; in random_ioctl()