Home
last modified time | relevance | path

Searched refs:decomp_calls (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_stats.c91 atomic64_inc(&wq->decomp_calls); in update_wq_decomp_calls()
92 atomic64_inc(&wq->iaa_device->decomp_calls); in update_wq_decomp_calls()
119 atomic64_set(&wq->decomp_calls, 0); in reset_wq_stats()
129 atomic64_set(&iaa_device->decomp_calls, 0); in reset_device_stats()
144 atomic64_read(&iaa_wq->decomp_calls)); in wq_show()
161 atomic64_read(&iaa_device->decomp_calls)); in device_stats_show()
H A Diaa_crypto.h54 atomic64_t decomp_calls; member
78 atomic64_t decomp_calls; member