Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dproc_net_tcp.rst27 | | | | |--> number of unrecovered RTO timeouts
/linux/Documentation/scsi/
H A Dscsi_eh.rst225 all unrecovered devices.
410 Take all sdevs which still have unrecovered scmds offline
/linux/drivers/md/dm-vdo/
H A Dslab-depot.c5166 slab_count_t unrecovered = 0; in vdo_get_slab_depot_statistics() local
5171 unrecovered += READ_ONCE(depot->allocators[zone].scrubber.slab_count); in vdo_get_slab_depot_statistics()
5174 stats->recovery_percentage = (slab_count - unrecovered) * 100 / slab_count; in vdo_get_slab_depot_statistics()