Searched refs:failed_reads (Results 1 – 5 of 5) sorted by relevance
77 atomic64_t failed_reads; /* can happen when memory is too low */ member
1494 (u64)atomic64_read(&zram->stats.failed_reads), in io_stat_show()2352 atomic64_inc(&zram->stats.failed_reads); in zram_bio_read()
109 u64 failed_reads; member
203 write_u64("failedReads : ", stats->failed_reads, ", ", buf, maxlen); in write_block_map_statistics()
674 ADD_ONCE(cache->stats.failed_reads, 1); in handle_load_error()745 ADD_ONCE(cache->stats.failed_reads, 1); in handle_rebuild_read_error()3301 totals.failed_reads += READ_ONCE(stats->failed_reads); in vdo_get_block_map_statistics()
Completed in 20 milliseconds