Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dstats.c281 unsigned long total_size, text_size, ikread_bytes, ibecoming_bytes, in read_file_mod_stats() local
294 ibecoming_bytes = atomic_long_read(&invalid_becoming_bytes); in read_file_mod_stats()
297 total_virtual_lost = ikread_bytes + idecompress_bytes + ibecoming_bytes + imod_bytes; in read_file_mod_stats()
324 len += scnprintf(buf + len, size - len, "%25s\t%lu\n", "Failed becoming bytes", ibecoming_bytes); in read_file_mod_stats()
353 WARN_ON_ONCE(ibecoming_bytes && !fbecoming); in read_file_mod_stats()
354 if (fbecoming && ibecoming_bytes) { in read_file_mod_stats()
356 DIV_ROUND_UP(ibecoming_bytes, fbecoming)); in read_file_mod_stats()