Searched refs:terminating (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_object_xnu.h | 259 /* boolean_t */ terminating:1, member
|
| H A D | vm_object.c | 333 .terminating = FALSE, 852 object->terminating) { in vm_object_deallocate() 1441 if (object->terminating) { in vm_object_terminate() 1576 assert(object->terminating); in vm_object_reap() 2068 assert(object->terminating); in vm_object_reaper_thread() 2348 !object->terminating && in page_is_paged_out() 2979 if (object->terminating || !object->alive) { 4689 !object->terminating && 4707 !object->terminating && 6625 if (!object1->alive || object1->terminating || [all …]
|
| H A D | bsd_vm.c | 1371 object->terminating || in fill_vnodeinfoforaddr() 1471 !object->terminating && in find_vnode_object()
|
| H A D | vm_object_internal.h | 216 object->terminating = value; in VM_OBJECT_SET_TERMINATING()
|
| H A D | vm_fault.c | 1227 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 1229 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 8335 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_fast() 8529 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_mapped_chunk() 9064 object->terminating || /* the object and its pages are already going away */ in revalidate_text_page()
|
| H A D | vm_purgeable.c | 1110 if (object->alive && !object->terminating) { in vm_purgeable_object_remove()
|
| H A D | vm_map.c | 17232 !object->terminating && in vm_map_region_look_for_page() 22125 !curr_object->terminating && in vm_map_page_range_info_internal()
|
| /xnu-12377.81.4/ |
| H A D | APPLE_LICENSE | 278 indemnity or damages of any sort solely as a result of terminating
|