Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dstats.c282 idecompress_bytes, imod_bytes, total_virtual_lost; in read_file_mod_stats() local
297 total_virtual_lost = ikread_bytes + idecompress_bytes + ibecoming_bytes + imod_bytes; in read_file_mod_stats()
328 …+= scnprintf(buf + len, size - len, "%25s\t%lu\n", "Virtual mem wasted bytes", total_virtual_lost); in read_file_mod_stats()