Home
last modified time | relevance | path

Searched refs:r_last_recov (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h257 time_t r_last_recov; /* time of last recovery operation */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c3377 rp->r_recov_act, rp->r_last_recov)); in recov_throttle()
3379 rp->r_last_recov + recov_err_delay > curtime) { in recov_throttle()
3380 time_to_wait = rp->r_last_recov + recov_err_delay - curtime; in recov_throttle()
3387 rp->r_last_recov = curtime; in recov_throttle()