Lines Matching refs:pf
30 struct k_mem_page_frame *pf; in nru_periodic_update() local
33 K_MEM_PAGE_FRAME_FOREACH(phys, pf) { in nru_periodic_update()
34 if (!k_mem_page_frame_is_evictable(pf)) { in nru_periodic_update()
39 (void)arch_page_info_get(k_mem_page_frame_to_virt(pf), in nru_periodic_update()
49 struct k_mem_page_frame *last_pf = NULL, *pf; in k_mem_paging_eviction_select() local
61 pf = &k_mem_page_frames[pf_idx]; in k_mem_paging_eviction_select()
66 if (!k_mem_page_frame_is_evictable(pf)) { in k_mem_paging_eviction_select()
70 flags = arch_page_info_get(k_mem_page_frame_to_virt(pf), NULL, false); in k_mem_paging_eviction_select()
85 last_pf = pf; in k_mem_paging_eviction_select()
92 last_pf = pf; in k_mem_paging_eviction_select()
121 void k_mem_paging_eviction_add(struct k_mem_page_frame *pf) in k_mem_paging_eviction_add() argument
123 ARG_UNUSED(pf); in k_mem_paging_eviction_add()
126 void k_mem_paging_eviction_remove(struct k_mem_page_frame *pf) in k_mem_paging_eviction_remove() argument
128 ARG_UNUSED(pf); in k_mem_paging_eviction_remove()