Searched refs:nonblocking_pool (Results 1 – 1 of 1) sorted by relevance
468 static struct entropy_store nonblocking_pool = { variable472 .lock = __SPIN_LOCK_UNLOCKED(nonblocking_pool.lock),474 .push_work = __WORK_INITIALIZER(nonblocking_pool.push_work,680 if (r == &nonblocking_pool) { in credit_entropy_bits()712 other = &nonblocking_pool; in credit_entropy_bits()770 spin_lock_irqsave(&nonblocking_pool.lock, flags); in add_device_randomness()771 _mix_pool_bytes(&nonblocking_pool, buf, size); in add_device_randomness()772 _mix_pool_bytes(&nonblocking_pool, &time, sizeof(time)); in add_device_randomness()773 spin_unlock_irqrestore(&nonblocking_pool.lock, flags); in add_device_randomness()804 r = nonblocking_pool.initialized ? &input_pool : &nonblocking_pool; in add_timer_randomness()[all …]