Lines Matching refs:algorithm
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``.
145 :c:func:`k_mem_paging_eviction_accessed()`. This is used by the LRU algorithm
150 * An NRU (Not-Recently-Used) eviction algorithm has been implemented as a
151 sample. This is a very simple algorithm which ranks data pages on whether
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()`
161 If :kconfig:option:`CONFIG_EVICTION_TRACKING` is enabled for an algorithm,