Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/sunrpc/
Dcache.h51 time64_t last_refresh; /* If CACHE_PENDING, this is when upcall was member
218 return detail->flush_time >= h->last_refresh; in cache_is_expired()
/linux-5.19.10/net/sunrpc/
Dcache.c55 h->last_refresh = now; in cache_init()
169 head->last_refresh = now; in cache_fresh_locked()
308 refresh_age = (h->expiry_time - h->last_refresh); in cache_check()
309 age = seconds_since_boot() - h->last_refresh; in cache_check()
/linux-5.19.10/fs/nfs/
Ddns_resolve.c309 || cd->flush_time > (*item)->h.last_refresh) in do_cache_lookup_nowait()
/linux-5.19.10/fs/nfsd/
Dnfs4state.c5672 static bool state_expired(struct laundry_time *lt, time64_t last_refresh) in state_expired() argument
5676 if (last_refresh < lt->cutoff) in state_expired()
5678 time_remaining = last_refresh - lt->cutoff; in state_expired()