tfm_count          29 crypto/pcrypt.c 	atomic_t tfm_count;
tfm_count         176 crypto/pcrypt.c 	cpu_index = (unsigned int)atomic_inc_return(&ictx->tfm_count) %
tfm_count         234 drivers/crypto/atmel-ecc.c 		tfm_cnt = atomic_read(&i2c_priv->tfm_count);
tfm_count         244 drivers/crypto/atmel-ecc.c 		atomic_inc(&min_i2c_priv->tfm_count);
tfm_count         257 drivers/crypto/atmel-ecc.c 	atomic_dec(&i2c_priv->tfm_count);
tfm_count         363 drivers/crypto/atmel-ecc.c 	if (atomic_read(&i2c_priv->tfm_count)) {
tfm_count         362 drivers/crypto/atmel-i2c.c 	atomic_set(&i2c_priv->tfm_count, 0);
tfm_count         141 drivers/crypto/atmel-i2c.h 	atomic_t tfm_count ____cacheline_aligned;
tfm_count          33 drivers/crypto/atmel-sha204a.c 	atomic_dec(&i2c_priv->tfm_count);
tfm_count          45 drivers/crypto/atmel-sha204a.c 	if (!atomic_add_unless(&i2c_priv->tfm_count, 1, 1))
tfm_count         123 drivers/crypto/atmel-sha204a.c 	if (atomic_read(&i2c_priv->tfm_count)) {
tfm_count          51 drivers/crypto/caam/intern.h 	atomic_t tfm_count ____cacheline_aligned;
tfm_count         132 drivers/crypto/caam/jr.c 	if (atomic_read(&jrpriv->tfm_count)) {
tfm_count         294 drivers/crypto/caam/jr.c 		tfm_cnt = atomic_read(&jrpriv->tfm_count);
tfm_count         304 drivers/crypto/caam/jr.c 		atomic_inc(&min_jrpriv->tfm_count);
tfm_count         322 drivers/crypto/caam/jr.c 	atomic_dec(&jrpriv->tfm_count);
tfm_count         563 drivers/crypto/caam/jr.c 	atomic_set(&jrpriv->tfm_count, 0);