commit | 6a3aa3b04e1d828af5a4f5463d085ae89327c1d5 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue Jun 04 23:27:37 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 14 18:58:02 2024 -0400 |
tree | efefb9799a996e2d7c50429a5301bab245b9a2d2 | |
parent | 9265c823131e353b632da027960842e535842ee9 [diff] |
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>