zephyr/subsys/demand_paging/eviction
Daniel Leung 31c362d966 kernel: mmu: rename z_eviction* to k_mem_paging_eviction*
These functions and data structures are those that need
to be implemented by eviction algorithm and application
outside kernel. Promote them from z_* so these can be
included in documentation.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-05-28 11:33:22 -04:00
..
CMakeLists.txt demand_paging: add NRU algorithm 2021-01-23 19:47:23 -05:00
Kconfig demand_paging: add NRU algorithm 2021-01-23 19:47:23 -05:00
nru.c kernel: mmu: rename z_eviction* to k_mem_paging_eviction* 2021-05-28 11:33:22 -04:00