Searched refs:terminating (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.121.6/osfmk/vm/ |
| H A D | vm_object_xnu.h | 261 /* boolean_t */ terminating:1, member
|
| H A D | vm_object.c | 312 .terminating = FALSE, 782 object->terminating) { in vm_object_deallocate() 1314 if (object->terminating) { in vm_object_terminate() 1449 assert(object->terminating); in vm_object_reap() 1924 assert(object->terminating); in vm_object_reaper_thread() 2185 !object->terminating && in page_is_paged_out() 2816 if (object->terminating || !object->alive) { 4454 !object->terminating && 4472 !object->terminating && 6384 if (!object1->alive || object1->terminating || [all …]
|
| H A D | bsd_vm.c | 1336 object->terminating || in fill_vnodeinfoforaddr() 1436 !object->terminating && in find_vnode_object()
|
| H A D | vm_object_internal.h | 206 object->terminating = value; in VM_OBJECT_SET_TERMINATING()
|
| H A D | vm_fault.c | 1179 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 1181 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 7979 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_fast() 8173 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_mapped_chunk() 8705 object->terminating || /* the object and its pages are already going away */ in revalidate_text_page()
|
| H A D | vm_purgeable.c | 1103 if (object->alive && !object->terminating) { in vm_purgeable_object_remove()
|
| H A D | vm_map.c | 16102 !object->terminating && in vm_map_region_look_for_page() 20710 !curr_object->terminating && in vm_map_page_range_info_internal()
|
| /xnu-11417.121.6/ |
| H A D | APPLE_LICENSE | 278 indemnity or damages of any sort solely as a result of terminating
|