Home
last modified time | relevance | path

Searched refs:k_mem_paging_eviction_add (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/kernel/mm/
Ddemand_paging.h235 void k_mem_paging_eviction_add(struct k_mem_page_frame *pf);
268 static inline void k_mem_paging_eviction_add(struct k_mem_page_frame *pf) in k_mem_paging_eviction_add() function
/Zephyr-latest/subsys/demand_paging/eviction/
Dnru.c121 void k_mem_paging_eviction_add(struct k_mem_page_frame *pf) in k_mem_paging_eviction_add() function
Dlru.c128 void k_mem_paging_eviction_add(struct k_mem_page_frame *pf) in k_mem_paging_eviction_add() function
DKconfig60 implement the following functions: k_mem_paging_eviction_add(),
/Zephyr-latest/kernel/
Dmmu.c560 k_mem_paging_eviction_add(pf); in map_anon_page()
1047 k_mem_paging_eviction_add(pf); in mark_linker_section_pinned()
1157 k_mem_paging_eviction_add(pf); in z_mem_manage_init()
1752 k_mem_paging_eviction_add(pf); in do_page_fault()
1822 k_mem_paging_eviction_add(pf); in do_mem_unpin()
/Zephyr-latest/doc/kernel/memory_management/
Ddemand_paging.rst127 * :c:func:`k_mem_paging_eviction_add()` is called each time a data page becomes
163 :c:func:`k_mem_paging_eviction_add()`, :c:func:`k_mem_paging_eviction_remove()`,