Searched refs:cache_entry_expired (Results 1 – 2 of 2) sorted by relevance
108 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired() function176 ce->path_consumed, cache_entry_expired(ce) ? "yes" : "no"); in dfscache_proc_show()246 cache_entry_expired(ce) ? "yes" : "no"); in dump_ce()699 if (!force_refresh && !cache_entry_expired(ce)) in cache_refresh_path()731 if (force_refresh || cache_entry_expired(ce)) { in cache_refresh_path()1201 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in __refresh_ses_referral()
2434 DEFINE_CACHE_EVENT(cache_entry_expired);