Home
last modified time | relevance | path

Searched refs:avg_cr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/
H A Dzip_main.c466 u64 avg_chunk = 0ull, avg_cr = 0ull; in zip_stats_show() local
491 avg_cr = (val) ? atomic64_read(&st->comp_in_bytes) / val : 0; in zip_stats_show()
513 avg_cr, in zip_stats_show()
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/
H A Dzip_main.c488 u64 avg_chunk = 0ull, avg_cr = 0ull; in zip_stats_show() local
513 avg_cr = (val) ? atomic64_read(&st->comp_in_bytes) / val : 0; in zip_stats_show()
535 avg_cr, in zip_stats_show()

Completed in 4 milliseconds