Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dstats.c280 u32 live_mod_count, fkreads, fdecompress, fbecoming, floads; in read_file_mod_stats() local
285 fkreads = atomic_read(&failed_kreads); in read_file_mod_stats()
308 len += scnprintf(buf + len, size - len, "%25s\t%u\n", "Mods failed on kread", fkreads); 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()