Searched refs:pf_idx (Results 1 – 2 of 2) sorted by relevance
82 lru_pf_queue[pf_idx].next = 0; in lru_pf_append()85 LRU_PF_TAIL = pf_idx; in lru_pf_append()96 lru_pf_queue[pf_idx].next = 0; in lru_pf_unlink()97 lru_pf_queue[pf_idx].prev = 0; in lru_pf_unlink()104 (LRU_PF_HEAD != pf_idx); in lru_pf_in_queue()113 lru_pf_unlink(pf_idx); in lru_pf_remove()135 lru_pf_append(pf_idx); in k_mem_paging_eviction_add()145 lru_pf_remove(pf_idx); in k_mem_paging_eviction_remove()155 if (lru_pf_in_queue(pf_idx)) { in k_mem_paging_eviction_accessed()156 lru_pf_remove(pf_idx); in k_mem_paging_eviction_accessed()[all …]
54 uint32_t pf_idx; in k_mem_paging_eviction_select() local59 pf_idx = last_pf_idx; in k_mem_paging_eviction_select()61 pf = &k_mem_page_frames[pf_idx]; in k_mem_paging_eviction_select()62 pf_idx = (pf_idx + 1) % ARRAY_SIZE(k_mem_page_frames); in k_mem_paging_eviction_select()95 } while (pf_idx != last_pf_idx); in k_mem_paging_eviction_select()
Completed in 10 milliseconds