Searched refs:vmp_precious (Results 1 – 8 of 8) sorted by relevance
419 assert((m->vmp_dirty) || (m->vmp_precious) || in vm_pageout_object_terminate()566 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))); in vm_pageout_cluster_to_queue()1427 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_page_queue()1438 if (!m->vmp_dirty && !m->vmp_precious) { in vm_pageout_page_queue()3489 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3664 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3739 } else if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3777 if (!m->vmp_dirty && !m->vmp_precious) { in vm_pageout_scan()[all …]
858 if (p->vmp_pmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_page_grab()876 if (p->vmp_dirty == FALSE && p->vmp_precious == FALSE) { in vm_object_page_grab()1117 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1132 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1735 if ((p->vmp_dirty || p->vmp_precious) && !VMP_ERROR_GET(p) && object->alive) { in vm_object_reap_pages()2221 m->vmp_precious = FALSE;6809 if (dst_page->vmp_precious) {6838 dst_page->vmp_precious = TRUE;6857 dst_page->vmp_precious = FALSE;7350 if (p->vmp_dirty || p->vmp_precious) {[all …]
3541 if (mem->vmp_dirty || mem->vmp_precious) { in vm_page_grab_secluded()5602 (p->vmp_precious ? "" : "!"), in _vm_page_print()6058 if (m->vmp_pmapped || m->vmp_dirty || m->vmp_precious) { in vm_page_find_contiguous()6286 m1->vmp_precious) { in vm_page_find_contiguous()6330 m2->vmp_precious = m1->vmp_precious; in vm_page_find_contiguous()7154 if (m->vmp_precious) { in hibernate_flush_queue()7482 if (m->vmp_precious) { in hibernate_consider_discard()
131 ((m)->vmp_precious && (should_return) == MEMORY_OBJECT_RETURN_ALL) || \
273 … vmp_precious:1, /* Page is precious; data must be returned even if clean (O) */ member
8430 !page->vmp_precious && in revalidate_text_page()8549 if (page->vmp_precious) { in vm_corrupt_text_addr()
5404 assert(!m->vmp_precious); in vm_map_enter_cpm()
4062 … vmp.vmp_error, vmp.vmp_dirty, vmp.vmp_cleaning, vmp.vmp_precious, vmp.vmp_overwriting,