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

/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c64 * Return: true if there are no entry waiters, or if the slab is unrecovered.
1728 * If the slab is unrecovered, scrubbing will take care of the count since the
2523 "slab to be scrubbed is unrecovered");
4973 * vdo_scrub_all_unrecovered_slabs() - Scrub all unrecovered slabs.
5072 slab_count_t unrecovered = 0; local
5077 unrecovered += READ_ONCE(depot->allocators[zone].scrubber.slab_count);
5080 stats->recovery_percentage = (slab_count - unrecovered) * 100 / slab_count;

Completed in 128 milliseconds