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

/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h87 * VM_PAGE_SPECULATIVE_AGED_Q is a list of the speculative pages that have
91 * pages in that bin are moved to the VM_PAGE_SPECULATIVE_AGED_Q. the pages
105 * and there are none available in VM_PAGE_SPECULATIVE_AGED_Q, then
114 #define VM_PAGE_SPECULATIVE_AGED_Q 0 macro
H A Dvm_resident.c3360 sq = &vm_page_queue_speculative[VM_PAGE_SPECULATIVE_AGED_Q];
H A Dvm_pageout.c1260 sq = &vm_page_queue_speculative[VM_PAGE_SPECULATIVE_AGED_Q];

Completed in 101 milliseconds