Searched refs:last_pf_idx (Results 1 – 1 of 1) sorted by relevance
55 static uint32_t last_pf_idx; in k_mem_paging_eviction_select() local58 last_pf_idx = (last_pf_idx + 1) % ARRAY_SIZE(k_mem_page_frames); in k_mem_paging_eviction_select()59 pf_idx = last_pf_idx; in k_mem_paging_eviction_select()95 } while (pf_idx != last_pf_idx); in k_mem_paging_eviction_select()100 last_pf_idx = last_pf - k_mem_page_frames; in k_mem_paging_eviction_select()
Completed in 10 milliseconds