Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_stats.c99 atomic64_add(n, &wq->decomp_bytes); in update_wq_decomp_bytes()
100 atomic64_add(n, &wq->iaa_device->decomp_bytes); in update_wq_decomp_bytes()
120 atomic64_set(&wq->decomp_bytes, 0); in reset_wq_stats()
130 atomic64_set(&iaa_device->decomp_bytes, 0); in reset_device_stats()
146 atomic64_read(&iaa_wq->decomp_bytes)); in wq_show()
163 atomic64_read(&iaa_device->decomp_bytes)); in device_stats_show()
H A Diaa_crypto.h55 atomic64_t decomp_bytes; member
79 atomic64_t decomp_bytes; member