Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/networking/
Dproc_net_tcp.rst27 | | | | |--> number of unrecovered RTO timeouts
/linux-6.12.1/Documentation/scsi/
Dscsi_eh.rst225 all unrecovered devices.
435 Take all sdevs which still have unrecovered scmds offline
DChangeLog.sym53c8xx227 errors (unrecovered parity error, data overrun, etc ...)
/linux-6.12.1/drivers/md/dm-vdo/
Dslab-depot.c5072 slab_count_t unrecovered = 0; in vdo_get_slab_depot_statistics() local
5077 unrecovered += READ_ONCE(depot->allocators[zone].scrubber.slab_count); in vdo_get_slab_depot_statistics()
5080 stats->recovery_percentage = (slab_count - unrecovered) * 100 / slab_count; in vdo_get_slab_depot_statistics()