Searched refs:vmp_wire_count (Results 1 – 5 of 5) sorted by relevance
442 assert(m->vmp_wire_count == 1); in vm_pageout_object_terminate()7883 assert(m->vmp_wire_count == 0); in upl_commit_range()7889 if (m->vmp_wire_count == 0) { in upl_commit_range()7899 assert(m->vmp_wire_count > 0); in upl_commit_range()7900 m->vmp_wire_count--; in upl_commit_range()7902 if (m->vmp_wire_count == 0) { in upl_commit_range()7907 if (m->vmp_wire_count == 0) { in upl_commit_range()8860 assert(m->vmp_wire_count == 0); in iopl_valid_data()8861 m->vmp_wire_count++; in iopl_valid_data()8862 assert(m->vmp_wire_count); in iopl_valid_data()[all …]
1885 assert(mem->vmp_wire_count > 0); in vm_page_insert_internal()2231 assert(mem->vmp_wire_count > 0); in vm_page_remove()4107 assert(mem->vmp_wire_count > 0); in vm_page_free_prepare_queues()4166 mem->vmp_wire_count = 0; in vm_page_free_prepare_queues()4599 assert(mem->vmp_wire_count == 0); in vm_page_wire()4690 mem->vmp_wire_count++; in vm_page_wire()4691 if (__improbable(mem->vmp_wire_count == 0)) { in vm_page_wire()4718 assert(mem->vmp_wire_count > 0); in vm_page_unwire()4723 if (--mem->vmp_wire_count == 0) { in vm_page_unwire()5581 printf(" wire_count=%u\n", p->vmp_wire_count); in _vm_page_print()[all …]
220 #define vmp_local_id vmp_wire_count221 unsigned int vmp_wire_count:16, /* how many wired down maps use me? (O&P) */ member
1304 assert(mem->vmp_wire_count == 0); in kernel_memory_populate_object_and_unlock()1322 mem->vmp_wire_count = 1; in kernel_memory_populate_object_and_unlock()
3405 if (not vmpage.vmp_local) and (vmpage.vmp_wire_count > 0):4052 …p_offset, _vm_page_unpack_ptr(vmp.vmp_listq.next), _vm_page_get_phys_page(vmp), vmp.vmp_wire_count)4075 if (vmp.vmp_q_state == VM_PAGE_IS_WIRED) and (vmp.vmp_wire_count == 0):4724 if m.vmp_wire_count != 0 and m.vmp_local == 0: