Lines Matching defs:input_pool
620 } input_pool = {
625 .lock = __SPIN_LOCK_UNLOCKED(input_pool.lock),
630 blake2s_update(&input_pool.hash, buf, len);
642 spin_lock_irqsave(&input_pool.lock, flags);
644 spin_unlock_irqrestore(&input_pool.lock, flags);
675 spin_lock_irqsave(&input_pool.lock, flags);
678 blake2s_final(&input_pool.hash, seed);
683 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key));
685 spin_unlock_irqrestore(&input_pool.lock, flags);
714 orig = READ_ONCE(input_pool.init_bits);
717 } while (!try_cmpxchg(&input_pool.init_bits, &orig, new));
820 spin_lock_irqsave(&input_pool.lock, flags);
824 spin_unlock_irqrestore(&input_pool.lock, flags);
922 spin_lock_irqsave(&input_pool.lock, flags);
925 spin_unlock_irqrestore(&input_pool.lock, flags);
1140 spin_lock_irqsave(&input_pool.lock, flags);
1143 spin_unlock_irqrestore(&input_pool.lock, flags);
1480 if (put_user(input_pool.init_bits, p))
1656 .data = &input_pool.init_bits,