Searched refs:tfm_count (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
H A Djr.c105 if (atomic_read(&jrpriv->tfm_count)) { caam_jr_remove()
256 tfm_cnt = atomic_read(&jrpriv->tfm_count); caam_jr_alloc()
266 atomic_inc(&min_jrpriv->tfm_count); caam_jr_alloc()
284 atomic_dec(&jrpriv->tfm_count); caam_jr_free()
508 atomic_set(&jrpriv->tfm_count, 0); caam_jr_probe()
H A Dintern.h48 atomic_t tfm_count ____cacheline_aligned;
/linux-4.1.27/crypto/
H A Dpcrypt.c64 unsigned int tfm_count; member in struct:pcrypt_instance_ctx
281 ictx->tfm_count++; pcrypt_aead_init_tfm()
283 cpu_index = ictx->tfm_count % cpumask_weight(cpu_online_mask); pcrypt_aead_init_tfm()

Completed in 100 milliseconds