Searched refs:page_idx (Results 1 – 2 of 2) sorted by relevance
5857 unsigned int page_idx = 0, start_idx = 0, last_idx = 0, orig_last_idx = 0; in vm_page_find_contiguous() local5916 for (page_idx = last_idx, start_idx = last_idx; in vm_page_find_contiguous()5917 npages < contig_pages && page_idx < vm_pages_count; in vm_page_find_contiguous()5918 page_idx++) { in vm_page_find_contiguous()5922 page_idx >= orig_last_idx) { in vm_page_find_contiguous()5931 m = &vm_pages[page_idx]; in vm_page_find_contiguous()5990 start_idx = page_idx; in vm_page_find_contiguous()6089 page_idx = last_idx; in vm_page_find_contiguous()6102 assert(page_idx - start_idx == contig_pages); in vm_page_find_contiguous()6115 while (start_idx < page_idx) { in vm_page_find_contiguous()[all …]
4049 page_idx = 04050 while page_idx < pager.cpgr_num_slots:4052 chunk = pager.cpgr_slots.cpgr_islots[page_idx // 128]4053 slot = chunk[page_idx % 128]4055 slot = pager.cpgr_slots.cpgr_dslots[page_idx]4057 slot = pager.cpgr_slots.cpgr_eslots[page_idx]4060 …print("compressed page for offset: %x slot %x\n" % ((page_idx * pagesize) - obj.paging_offset, slo…4061 page_idx = page_idx + 1