pub fn request_repair_retry()Expand description
Requests one explicit repair retry pass on the sleepable reclaimer.
Merely starting the worker never retries NeedsRepair address spaces. A
filesystem/TLB repair coordinator calls this after it has established that
the failed precondition is fixed; coalescing requests in one bit keeps the
hot path allocation-free while preserving the decision boundary.