Lines Matching defs:input_pool
631 } input_pool = {
636 .lock = __SPIN_LOCK_UNLOCKED(input_pool.lock),
641 blake2s_update(&input_pool.hash, buf, len);
653 spin_lock_irqsave(&input_pool.lock, flags);
655 spin_unlock_irqrestore(&input_pool.lock, flags);
678 spin_lock_irqsave(&input_pool.lock, flags);
681 blake2s_final(&input_pool.hash, seed);
686 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key));
688 spin_unlock_irqrestore(&input_pool.lock, flags);
717 orig = READ_ONCE(input_pool.init_bits);
719 } while (cmpxchg(&input_pool.init_bits, orig, new) != orig);
859 spin_lock_irqsave(&input_pool.lock, flags);
862 spin_unlock_irqrestore(&input_pool.lock, flags);
1044 spin_lock_irqsave(&input_pool.lock, flags);
1047 spin_unlock_irqrestore(&input_pool.lock, flags);
1325 if (put_user(input_pool.init_bits, p))
1502 .data = &input_pool.init_bits,