Searched refs:last_refresh (Results 1 – 3 of 3) sorted by relevance
51 time_t last_refresh; /* If CACHE_PENDING, this is when upcall was member212 (detail->flush_time >= h->last_refresh); in cache_is_expired()
54 h->last_refresh = now; in cache_init()130 head->last_refresh = now; in cache_fresh_locked()263 refresh_age = (h->expiry_time - h->last_refresh); in cache_check()264 age = seconds_since_boot() - h->last_refresh; in cache_check()
298 || cd->flush_time > (*item)->h.last_refresh) in do_cache_lookup_nowait()