Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dcache.c58 h->last_refresh = now; in cache_init()
174 head->last_refresh = now; in cache_fresh_locked()
299 refresh_age = (h->expiry_time - h->last_refresh); in cache_check_rcu()
300 age = seconds_since_boot() - h->last_refresh; in cache_check_rcu()
/linux/fs/nfsd/
H A Dnfs4state.c7370 static bool state_expired(struct laundry_time *lt, time64_t last_refresh) in state_expired() argument
7374 if (last_refresh < lt->cutoff) in state_expired()
7376 time_remaining = last_refresh - lt->cutoff; in state_expired()