Home
last modified time | relevance | path

Searched refs:imod_bytes (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
295 imod_bytes = atomic_long_read(&invalid_mod_bytes); in read_file_mod_stats()
297 total_virtual_lost = ikread_bytes + idecompress_bytes + ibecoming_bytes + imod_bytes; in read_file_mod_stats()
326 len += scnprintf(buf + len, size - len, "%25s\t%lu\n", "Failed kmod bytes", imod_bytes); in read_file_mod_stats()
365 WARN_ON_ONCE(imod_bytes && !floads); in read_file_mod_stats()
366 if (floads && imod_bytes) { in read_file_mod_stats()
368 DIV_ROUND_UP(imod_bytes, floads)); in read_file_mod_stats()