Searched refs:last_refresh (Results 1 – 2 of 2) sorted by relevance
309 || cd->flush_time > (*item)->h.last_refresh) in do_cache_lookup_nowait()
5533 static bool state_expired(struct laundry_time *lt, time64_t last_refresh) in state_expired() argument5537 if (last_refresh < lt->cutoff) in state_expired()5539 time_remaining = last_refresh - lt->cutoff; in state_expired()