Searched refs:vmp_precious (Results 1 – 8 of 8) sorted by relevance
398 assert((m->vmp_dirty) || (m->vmp_precious) || in vm_pageout_object_terminate()545 m->vmp_precious = FALSE; in vm_pageclean_setup()611 if (m->vmp_absent || VMP_ERROR_GET(m) || m->vmp_restart || (!m->vmp_dirty && !m->vmp_precious)) { in vm_pageout_initialize_page()706 assert((m->vmp_dirty || m->vmp_precious) && (!VM_PAGE_WIRED(m))); in vm_pageout_cluster_to_queue()1394 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_page_queue()1405 if (!m->vmp_dirty && !m->vmp_precious) { in vm_pageout_page_queue()3458 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3633 if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3708 } else if (m->vmp_dirty || m->vmp_precious) { in vm_pageout_scan()3746 if (!m->vmp_dirty && !m->vmp_precious) { in vm_pageout_scan()[all …]
851 if (p->vmp_pmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_page_grab()869 if (p->vmp_dirty == FALSE && p->vmp_precious == FALSE) { in vm_object_page_grab()1110 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1125 if (p->vmp_wpmapped || p->vmp_dirty || p->vmp_precious) { in vm_object_cache_evict()1728 if ((p->vmp_dirty || p->vmp_precious) && !VMP_ERROR_GET(p) && object->alive) { in vm_object_reap_pages()2185 m->vmp_precious = FALSE; in deactivate_pages_in_object()6861 if (dst_page->vmp_precious) { in vm_object_page_op()6890 dst_page->vmp_precious = TRUE; in vm_object_page_op()6909 dst_page->vmp_precious = FALSE; in vm_object_page_op()7402 if (p->vmp_dirty || p->vmp_precious) { in vm_object_compressed_freezer_pageout()[all …]
3541 if (mem->vmp_dirty || mem->vmp_precious) { in vm_page_grab_secluded()5604 (p->vmp_precious ? "" : "!"), in _vm_page_print()6023 if (m->vmp_pmapped || m->vmp_dirty || m->vmp_precious) { in vm_page_find_contiguous()6251 m1->vmp_precious) { in vm_page_find_contiguous()6295 m2->vmp_precious = m1->vmp_precious; in vm_page_find_contiguous()7113 if (m->vmp_precious) { in hibernate_flush_queue()7441 if (m->vmp_precious) { in hibernate_consider_discard()
131 ((m)->vmp_precious && (should_return) == MEMORY_OBJECT_RETURN_ALL) || \
268 … vmp_precious:1, /* Page is precious; data must be returned even if clean (O) */ member
8186 !page->vmp_precious && in revalidate_text_page()8305 if (page->vmp_precious) { in vm_corrupt_text_addr()
5343 assert(!m->vmp_precious); in vm_map_enter_cpm()
4167 … vmp.vmp_error, vmp.vmp_dirty, vmp.vmp_cleaning, vmp.vmp_precious, vmp.vmp_overwriting,