Searched refs:vmp_precious (Results 1 – 8 of 8) sorted by relevance
432 assert((m->vmp_dirty) || (m->vmp_precious) || in vm_pageout_object_terminate()579 m->vmp_precious = FALSE; in vm_pageclean_setup()641 if (m->vmp_absent || VMP_ERROR_GET(m) || m->vmp_restart || (!m->vmp_dirty && !m->vmp_precious)) { in vm_pageout_initialize_page()735 assert((m->vmp_dirty || m->vmp_precious) && (!VM_PAGE_WIRED(m)));1488 if (m->vmp_dirty || m->vmp_precious) {1499 if (!m->vmp_dirty && !m->vmp_precious) {3712 if (m->vmp_dirty || m->vmp_precious) {3888 if (m->vmp_dirty || m->vmp_precious) {3963 } else if (m->vmp_dirty || m->vmp_precious) {4001 if (!m->vmp_dirty && !m->vmp_precious) {[all …]
940 if (p->vmp_pmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_page_grab()958 if (p->vmp_dirty == FALSE && p->vmp_precious == FALSE) { in vm_object_page_grab()1294 p->vmp_precious = FALSE; in vm_object_cache_evict()1297 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1312 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1973 if ((p->vmp_dirty || p->vmp_precious) && !VMP_ERROR_GET(p) && object->alive) { in vm_object_reap_pages()2483 m->vmp_precious = FALSE;7359 if (dst_page->vmp_precious) {7388 dst_page->vmp_precious = TRUE;7407 dst_page->vmp_precious = FALSE;[all …]
390 … vmp_precious:1, /* Page is precious; data must be returned even if clean (O) */ member
4879 if (mem->vmp_dirty || mem->vmp_precious) { in vm_page_grab_secluded()7174 (p->vmp_precious ? "" : "!"), in _vm_page_print()7570 if ((m1->vmp_pmapped && !reusable) || m1->vmp_dirty || m1->vmp_precious) { in vm_page_relocate()7627 m2->vmp_precious = m1->vmp_precious; in vm_page_relocate()7991 if (m->vmp_pmapped || m->vmp_dirty || m->vmp_precious) { in vm_page_find_contiguous()8996 if (m->vmp_precious) { in hibernate_flush_queue()9304 if (m->vmp_precious) { in hibernate_consider_discard()
1156 m->vmp_precious = FALSE; in upl_commit_range()
134 ((m)->vmp_precious && (should_return) == MEMORY_OBJECT_RETURN_ALL) || \
9108 !page->vmp_precious && in revalidate_text_page()9227 if (page->vmp_precious) { in vm_corrupt_text_addr()
4302 … vmp.vmp_error, vmp.vmp_dirty, vmp.vmp_cleaning, vmp.vmp_precious, vmp.vmp_overwriting,