Searched refs:comp_in_bytes (Results 1 – 3 of 3) sorted by relevance
77 atomic64_t comp_in_bytes; member
510 avg_chunk = (val) ? atomic64_read(&st->comp_in_bytes) / val : 0; in zip_stats_show()513 avg_cr = (val) ? atomic64_read(&st->comp_in_bytes) / val : 0; in zip_stats_show()532 (u64)atomic64_read(&st->comp_in_bytes), in zip_stats_show()
125 atomic64_add(zip_ops->input_len, &zip_dev->stats.comp_in_bytes); in zip_deflate()