Searched refs:oldest_cache (Results 1 – 1 of 1) sorted by relevance
353 struct unix_cache *cache, *unused_cache, *oldest_cache; in find_cached_block() local356 unused_cache = oldest_cache = 0; in find_cached_block()367 if (!oldest_cache || in find_cached_block()368 (cache->access_time < oldest_cache->access_time)) in find_cached_block()369 oldest_cache = cache; in find_cached_block()372 *eldest = (unused_cache) ? unused_cache : oldest_cache; in find_cached_block()