Lines Matching refs:blocking_pool
457 static struct entropy_store blocking_pool = { variable
462 .lock = __SPIN_LOCK_UNLOCKED(blocking_pool.lock),
464 .push_work = __WORK_INITIALIZER(blocking_pool.push_work,
708 static struct entropy_store *last = &blocking_pool; in credit_entropy_bits()
709 struct entropy_store *other = &blocking_pool; in credit_entropy_bits()
711 if (last == &blocking_pool) in credit_entropy_bits()
1397 init_std_data(&blocking_pool); in rand_initialize()
1430 n = extract_entropy_user(&blocking_pool, buf, nbytes); in _random_read()
1434 ENTROPY_BITS(&blocking_pool), in _random_read()
1517 ret = write_pool(&blocking_pool, buffer, count); in random_write()
1572 blocking_pool.entropy_count = 0; in random_ioctl()