Searched refs:last_refresh (Results 1 – 3 of 3) sorted by relevance
56 h->last_refresh = now; in cache_init()172 head->last_refresh = now; in cache_fresh_locked()297 refresh_age = (h->expiry_time - h->last_refresh); in cache_check_rcu()298 age = seconds_since_boot() - h->last_refresh; in cache_check_rcu()
308 || cd->flush_time > (*item)->h.last_refresh) in do_cache_lookup_nowait()
6689 static bool state_expired(struct laundry_time *lt, time64_t last_refresh) in state_expired() argument6693 if (last_refresh < lt->cutoff) in state_expired()6695 time_remaining = last_refresh - lt->cutoff; in state_expired()