Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dstats.c282 idecompress_bytes, imod_bytes, total_virtual_lost; in read_file_mod_stats() local
293 idecompress_bytes = atomic_long_read(&invalid_decompress_bytes); in read_file_mod_stats()
297 total_virtual_lost = ikread_bytes + idecompress_bytes + ibecoming_bytes + imod_bytes; in read_file_mod_stats()
322 idecompress_bytes); in read_file_mod_stats()
359 WARN_ON_ONCE(idecompress_bytes && !fdecompress); in read_file_mod_stats()
360 if (fdecompress && idecompress_bytes) { in read_file_mod_stats()
362 DIV_ROUND_UP(idecompress_bytes, fdecompress)); in read_file_mod_stats()