commit | 31c362d966ea748a001888039b7a22d2ab85c33e | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu May 13 11:02:56 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 28 11:33:22 2021 -0400 |
tree | 44d261b816c0df61daed8b370a63e600df116d07 | |
parent | 231a1e75ab0cd3f719ef4b7a2af6abb199eb9ede [diff] |
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>