Searched refs:crypto_ubicom32_last_use (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.c33 volatile unsigned long crypto_ubicom32_last_use; variable
42 if (((jiffies - crypto_ubicom32_last_use) > idle_time) && spin_trylock_bh(&crypto_ubicom32_lock)) {
H A Dcrypto_ubicom32.h77 extern volatile unsigned long crypto_ubicom32_last_use;
270 crypto_ubicom32_last_use = jiffies;
315 crypto_ubicom32_last_use = jiffies;

Completed in 24 milliseconds