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

/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h120 * memory queue for speculative pages via clustered pageins
247 * IMPORTANT: the "pmapped", "xpmapped" and "clustered" bits can be modified while holding the
252 clustered:1, /* page is not the faulted page (O) or (O-shared AND pmap_page) */ member in struct:vm_page
986 if (mem->clustered) { \
989 mem->clustered = FALSE; \
H A Dvm_pageout.c4843 * cleaned (as opposed to a buddy being clustered in
4935 * we've buddied up a page for a clustered pageout
5191 * upl for a clustered read/pagein
5192 * operation... mark the pages as clustered
5196 dst_page->clustered = TRUE;
5330 if (dst_page->clustered == TRUE)
5340 * just set the clustered flag on it to
5347 * update clustered and speculative state
5350 if (dst_page->clustered)
6623 if ((flags & UPL_COMMIT_INACTIVATE) && !m->clustered
[all...]
H A Dbsd_vm.c509 * update clustered and speculative state
512 if (dst_page->clustered)
H A Dvm_fault.c864 * of the criteria to terminate the scan for adjacent pages in a clustered
868 * of MUST_ASK_PAGER() and that clustered pagein scans are only done on an object
1254 * in a clustered pageout. We must wait until
2033 if (m->clustered) {
2265 if (m->clustered) {
2568 if (m->clustered) {
3977 if (cur_m->clustered) {
5391 * In order not to confuse the clustered pageins, align
H A Dvm_resident.c567 m->clustered = FALSE;
3802 (p->clustered ? "" : "!"));
4490 m2->clustered = m1->clustered;
H A Dvm_map.c3497 assert(!m->clustered);
11790 * clustered.

Completed in 141 milliseconds