Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/module/
Dstats.c281 unsigned long total_size, text_size, ikread_bytes, ibecoming_bytes, in read_file_mod_stats() local
292 ikread_bytes = atomic_long_read(&invalid_kread_bytes); in read_file_mod_stats()
297 total_virtual_lost = ikread_bytes + idecompress_bytes + ibecoming_bytes + imod_bytes; in read_file_mod_stats()
319 len += scnprintf(buf + len, size - len, "%25s\t%lu\n", "Failed kread bytes", ikread_bytes); in read_file_mod_stats()
347 WARN_ON_ONCE(ikread_bytes && !fkreads); in read_file_mod_stats()
348 if (fkreads && ikread_bytes) { in read_file_mod_stats()
350 DIV_ROUND_UP(ikread_bytes, fkreads)); in read_file_mod_stats()