Searched refs:idx_last_contig_page_found (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c4076 unsigned int idx_last_contig_page_found = 0; local
4114 idx_last_contig_page_found = vm_page_lomem_find_contiguous_last_idx;
4116 idx_last_contig_page_found = vm_page_find_contiguous_last_idx;
4118 orig_last_idx = idx_last_contig_page_found;
4290 idx_last_contig_page_found = vm_page_lomem_find_contiguous_last_idx = 0;
4292 idx_last_contig_page_found = vm_page_find_contiguous_last_idx = 0;
4624 idx_last_contig_page_found = vm_page_lomem_find_contiguous_last_idx = page_idx;
4626 idx_last_contig_page_found = vm_page_find_contiguous_last_idx = page_idx;

Completed in 31 milliseconds