Searched refs:vmp_precious (Results 1 – 8 of 8) sorted by relevance
423 assert((m->vmp_dirty) || (m->vmp_precious) || in vm_pageout_object_terminate()570 m->vmp_precious = FALSE; in vm_pageclean_setup()632 if (m->vmp_absent || VMP_ERROR_GET(m) || m->vmp_restart || (!m->vmp_dirty && !m->vmp_precious)) { in vm_pageout_initialize_page()726 assert((m->vmp_dirty || m->vmp_precious) && (!VM_PAGE_WIRED(m)));1455 if (m->vmp_dirty || m->vmp_precious) {1466 if (!m->vmp_dirty && !m->vmp_precious) {3504 if (m->vmp_dirty || m->vmp_precious) {3680 if (m->vmp_dirty || m->vmp_precious) {3755 } else if (m->vmp_dirty || m->vmp_precious) {3793 if (!m->vmp_dirty && !m->vmp_precious) {[all …]
870 if (p->vmp_pmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_page_grab()888 if (p->vmp_dirty == FALSE && p->vmp_precious == FALSE) { in vm_object_page_grab()1167 p->vmp_precious = FALSE; in vm_object_cache_evict()1170 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1185 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1829 if ((p->vmp_dirty || p->vmp_precious) && !VMP_ERROR_GET(p) && object->alive) { in vm_object_reap_pages()2320 m->vmp_precious = FALSE;7118 if (dst_page->vmp_precious) {7147 dst_page->vmp_precious = TRUE;7166 dst_page->vmp_precious = FALSE;[all …]
311 … vmp_precious:1, /* Page is precious; data must be returned even if clean (O) */ member
4389 if (mem->vmp_dirty || mem->vmp_precious) { in vm_page_grab_secluded()6208 (p->vmp_precious ? "" : "!"), in _vm_page_print()6538 if ((m1->vmp_pmapped && !reusable) || m1->vmp_dirty || m1->vmp_precious) { in vm_page_relocate()6582 m2->vmp_precious = m1->vmp_precious; in vm_page_relocate()6910 if (m->vmp_pmapped || m->vmp_dirty || m->vmp_precious) { in vm_page_find_contiguous()7850 if (m->vmp_precious) { in hibernate_flush_queue()8178 if (m->vmp_precious) { in hibernate_consider_discard()
1111 m->vmp_precious = FALSE; in upl_commit_range()
134 ((m)->vmp_precious && (should_return) == MEMORY_OBJECT_RETURN_ALL) || \
8749 !page->vmp_precious && in revalidate_text_page()8868 if (page->vmp_precious) { in vm_corrupt_text_addr()
4339 … vmp.vmp_error, vmp.vmp_dirty, vmp.vmp_cleaning, vmp.vmp_precious, vmp.vmp_overwriting,