Searched refs:oldest_cache (Results 1 – 1 of 1) sorted by relevance
446 struct unix_cache *cache, *unused_cache, *oldest_cache; in find_cached_block() local449 unused_cache = oldest_cache = 0; in find_cached_block()460 if (!oldest_cache || in find_cached_block()461 (cache->access_time < oldest_cache->access_time)) in find_cached_block()462 oldest_cache = cache; in find_cached_block()465 *eldest = (unused_cache) ? unused_cache : oldest_cache; in find_cached_block()