Home
last modified time | relevance | path

Searched refs:blocking_pool (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/char/
Drandom.c457 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()
[all …]