Searched refs:vmp_precious (Results 1 – 8 of 8) sorted by relevance
405 assert((m->vmp_dirty) || (m->vmp_precious) || in vm_pageout_object_terminate()552 m->vmp_precious = FALSE; in vm_pageclean_setup()619 if (m->vmp_absent || m->vmp_error || m->vmp_restart || (!m->vmp_dirty && !m->vmp_precious)) { in vm_pageout_initialize_page()713 assert((m->vmp_dirty || m->vmp_precious) && (!VM_PAGE_WIRED(m))); in vm_pageout_cluster()1339 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_page_queue()1350 if (!m->vmp_dirty && !m->vmp_precious) { in vm_pageout_page_queue()3344 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3502 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3577 } else if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3615 if (!m->vmp_dirty && !m->vmp_precious) { in vm_pageout_scan()[all …]
850 if (p->vmp_pmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_page_grab()868 if (p->vmp_dirty == FALSE && p->vmp_precious == FALSE) { in vm_object_page_grab()1109 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1124 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1727 if ((p->vmp_dirty || p->vmp_precious) && !p->vmp_error && object->alive) { in vm_object_reap_pages()2160 m->vmp_precious = FALSE; in deactivate_pages_in_object()7001 if (dst_page->vmp_precious) { in vm_object_page_op()7030 dst_page->vmp_precious = TRUE; in vm_object_page_op()7049 dst_page->vmp_precious = FALSE; in vm_object_page_op()7542 if (p->vmp_dirty || p->vmp_precious) { in vm_object_compressed_freezer_pageout()[all …]
3474 if (mem->vmp_dirty || mem->vmp_precious) { in vm_page_grab_secluded()5514 (p->vmp_precious ? "" : "!"), in _vm_page_print()5933 if (m->vmp_pmapped || m->vmp_dirty || m->vmp_precious) { in vm_page_find_contiguous()6161 m1->vmp_precious) { in vm_page_find_contiguous()6205 m2->vmp_precious = m1->vmp_precious; in vm_page_find_contiguous()7009 if (m->vmp_precious) { in hibernate_flush_queue()7337 if (m->vmp_precious) { in hibernate_consider_discard()
132 ((m)->vmp_precious && (should_return) == MEMORY_OBJECT_RETURN_ALL) || \
264 … vmp_precious:1, /* Page is precious; data must be returned even if clean (O) */ member
8205 !page->vmp_precious && in revalidate_text_page()8318 if (page->vmp_precious) { in vm_corrupt_text_addr()
5313 assert(!m->vmp_precious); in vm_map_enter_cpm()
3900 … vmp.vmp_error, vmp.vmp_dirty, vmp.vmp_cleaning, vmp.vmp_precious, vmp.vmp_overwriting,