Searched refs:crypto_ubicom32_lock (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Dcrypto_ubicom32.c30 spinlock_t crypto_ubicom32_lock; variable
42 if (((jiffies - crypto_ubicom32_last_use) > idle_time) && spin_trylock_bh(&crypto_ubicom32_lock)) {
44 spin_unlock_bh(&crypto_ubicom32_lock);
H A Dcrypto_ubicom32.h74 extern spinlock_t crypto_ubicom32_lock;
294 spin_lock_init(&crypto_ubicom32_lock);
306 spin_lock_bh(&crypto_ubicom32_lock);
316 spin_unlock_bh(&crypto_ubicom32_lock);

Completed in 26 milliseconds