Searched refs:terminating (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_object_xnu.h | 259 /* boolean_t */ terminating:1, member
|
| H A D | vm_object.c | 333 .terminating = FALSE, 853 object->terminating) { in vm_object_deallocate() 1442 if (object->terminating) { in vm_object_terminate() 1577 assert(object->terminating); in vm_object_reap() 2069 assert(object->terminating); in vm_object_reaper_thread() 2349 !object->terminating && in page_is_paged_out() 2980 if (object->terminating || !object->alive) { 4690 !object->terminating && 4708 !object->terminating && 6626 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 | 1226 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 1228 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 8275 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_fast() 8469 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_mapped_chunk() 9004 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 | 17161 !object->terminating && in vm_map_region_look_for_page() 22053 !curr_object->terminating && in vm_map_page_range_info_internal()
|
| /xnu-12377.61.12/ |
| H A D | APPLE_LICENSE | 278 indemnity or damages of any sort solely as a result of terminating
|