zephyr/include/zephyr/kernel/mm
Nicolas Pitre 6a3aa3b04e demand_paging: add frame tracking functions to eviction algorithms
Let eviction algorithms be notified when a given page frame:

- should be considered as possible candidate

- should no longer be considered as candidate

- has just been marked as "accessed"

The NRU algorithm is unchanged so it implements those as empty stubs.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2024-06-14 18:58:02 -04:00
..
demand_paging.h demand_paging: add frame tracking functions to eviction algorithms 2024-06-14 18:58:02 -04:00