Searched refs:terminating (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_object_xnu.h | 261 /* boolean_t */ terminating:1, member
|
| H A D | vm_object.c | 313 .terminating = FALSE, 786 object->terminating) { in vm_object_deallocate() 1375 if (object->terminating) { in vm_object_terminate() 1510 assert(object->terminating); in vm_object_reap() 1985 assert(object->terminating); in vm_object_reaper_thread() 2246 !object->terminating && in page_is_paged_out() 2877 if (object->terminating || !object->alive) { 4523 !object->terminating && 4541 !object->terminating && 6459 if (!object1->alive || object1->terminating || [all …]
|
| H A D | bsd_vm.c | 1370 object->terminating || in fill_vnodeinfoforaddr() 1470 !object->terminating && in find_vnode_object()
|
| H A D | vm_object_internal.h | 212 object->terminating = value; in VM_OBJECT_SET_TERMINATING()
|
| H A D | vm_fault.c | 1211 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 1213 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 8147 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_fast() 8341 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_mapped_chunk() 8876 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 | 16202 !object->terminating && in vm_map_region_look_for_page() 20976 !curr_object->terminating && in vm_map_page_range_info_internal()
|
| /xnu-12377.1.9/ |
| H A D | APPLE_LICENSE | 278 indemnity or damages of any sort solely as a result of terminating
|