Searched refs:vmp_wire_count (Results 1 – 5 of 5) sorted by relevance
1883 assert(mem->vmp_wire_count > 0); in vm_page_insert_internal()2229 assert(mem->vmp_wire_count > 0); in vm_page_remove()4117 assert(mem->vmp_wire_count > 0); in vm_page_free_prepare_queues()4176 mem->vmp_wire_count = 0; in vm_page_free_prepare_queues()4610 assert(mem->vmp_wire_count == 0); in vm_page_wire()4692 mem->vmp_wire_count++; in vm_page_wire()4693 if (__improbable(mem->vmp_wire_count == 0)) { in vm_page_wire()4720 assert(mem->vmp_wire_count > 0); in vm_page_unwire()4725 if (--mem->vmp_wire_count == 0) { in vm_page_unwire()5583 printf(" wire_count=%u\n", p->vmp_wire_count); in _vm_page_print()[all …]
421 assert(m->vmp_wire_count == 1); in vm_pageout_object_terminate()7860 assert(m->vmp_wire_count == 0); in upl_commit_range()7866 if (m->vmp_wire_count == 0) { in upl_commit_range()7876 assert(m->vmp_wire_count > 0); in upl_commit_range()7877 m->vmp_wire_count--; in upl_commit_range()7879 if (m->vmp_wire_count == 0) { in upl_commit_range()7884 if (m->vmp_wire_count == 0) { in upl_commit_range()8882 assert(m->vmp_wire_count == 0); in iopl_valid_data()8883 m->vmp_wire_count++; in iopl_valid_data()8884 assert(m->vmp_wire_count); in iopl_valid_data()[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
1233 assert(mem->vmp_wire_count == 0); in kernel_memory_populate_object_and_unlock()1250 mem->vmp_wire_count = 1; in kernel_memory_populate_object_and_unlock()
3505 if (not vmpage.vmp_local) and (vmpage.vmp_wire_count > 0):4157 …p_offset, _vm_page_unpack_ptr(vmp.vmp_listq.next), _vm_page_get_phys_page(vmp), vmp.vmp_wire_count)4180 if (vmp.vmp_q_state == VM_PAGE_IS_WIRED) and (vmp.vmp_wire_count == 0):4780 if m.vmp_wire_count != 0 and m.vmp_local == 0: