Lines Matching refs:eviction
17 the eviction algorithm is invoked to select a data page to be paged out,
37 the eviction algorithm.
107 * Execution time histogram of eviction algorithm via
119 The eviction algorithm is used to determine which data page and its
125 the eviction algorithm. This is called at ``POST_KERNEL``.
128 eligible for future eviction.
131 longer eligible for eviction. This may happen if the given data page becomes
148 Two eviction algorithms are currently available:
150 * An NRU (Not-Recently-Used) eviction algorithm has been implemented as a
154 * An LRU (Least-Recently-Used) eviction algorithm is also available. It is
159 To implement a new eviction algorithm, :c:func:`k_mem_paging_eviction_init()`
217 .. doxygengroup:: mem-demand-paging-eviction