Home
last modified time | relevance | path

Searched refs:tfm_count (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/crypto/
Datmel-ecc.c67 atomic_t tfm_count ____cacheline_aligned;
524 tfm_cnt = atomic_read(&i2c_priv->tfm_count); in atmel_ecc_i2c_client_alloc()
534 atomic_inc(&min_i2c_priv->tfm_count); in atmel_ecc_i2c_client_alloc()
547 atomic_dec(&i2c_priv->tfm_count); in atmel_ecc_i2c_client_free()
698 atomic_set(&i2c_priv->tfm_count, 0); in atmel_ecc_probe()
731 if (atomic_read(&i2c_priv->tfm_count)) { in atmel_ecc_remove()
/Linux-v4.19/drivers/crypto/caam/
Djr.c106 if (atomic_read(&jrpriv->tfm_count)) { in caam_jr_remove()
265 tfm_cnt = atomic_read(&jrpriv->tfm_count); in caam_jr_alloc()
275 atomic_inc(&min_jrpriv->tfm_count); in caam_jr_alloc()
293 atomic_dec(&jrpriv->tfm_count); in caam_jr_free()
540 atomic_set(&jrpriv->tfm_count, 0); in caam_jr_probe()
Dintern.h49 atomic_t tfm_count ____cacheline_aligned;
/Linux-v4.19/crypto/
Dpcrypt.c65 atomic_t tfm_count; member
230 cpu_index = (unsigned int)atomic_inc_return(&ictx->tfm_count) % in pcrypt_aead_init_tfm()