Searched refs:prev_object (Results 1 – 1 of 1) sorted by relevance
2071 if (prev_object == NULL) in vm_object_coalesce()2073 VM_OBJECT_WLOCK(prev_object); in vm_object_coalesce()2077 VM_OBJECT_WUNLOCK(prev_object); in vm_object_coalesce()2084 vm_object_collapse(prev_object); in vm_object_coalesce()2092 VM_OBJECT_WUNLOCK(prev_object); in vm_object_coalesce()2103 VM_OBJECT_WUNLOCK(prev_object); in vm_object_coalesce()2110 if (prev_object->cred != NULL) { in vm_object_coalesce()2123 prev_object->cred)) { in vm_object_coalesce()2142 KASSERT(prev_object->charge >= in vm_object_coalesce()2146 prev_object->charge -= ptoa(prev_object->size - in vm_object_coalesce()[all …]