Searched refs:eldest (Results 1 – 5 of 5) sorted by relevance
61 protected boolean removeEldestEntry(Map.Entry<K, V> eldest) { in LRUCache()
59 protected boolean removeEldestEntry(Map.Entry<K, V> eldest) { in LRUCache()
144 protected boolean removeEldestEntry(Map.Entry<K, V> eldest) { in removeEldestEntry() argument
351 struct unix_cache **eldest) in find_cached_block() argument371 if (eldest) in find_cached_block()372 *eldest = (unused_cache) ? unused_cache : oldest_cache; in find_cached_block()
151 protected boolean removeEldestEntry(Map.Entry eldest) { in removeEldestEntry() argument