Searched refs:LRU (Results 1 – 4 of 4) sorted by relevance
33 bool "Least Recently Used (LRU) page eviction algorithm"
145 :c:func:`k_mem_paging_eviction_accessed()`. This is used by the LRU algorithm154 * An LRU (Least-Recently-Used) eviction algorithm is also available. It is155 based on a sorted queue of data pages. The LRU code is more complex compared
1223 * Added LRU (Least Recently Used) eviction algorithm.
1646 * Added LRU (Least Recently Used) eviction algorithm.