Searched refs:terminating (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_object_xnu.h | 260 /* boolean_t */ terminating:1, member
|
| H A D | vm_object.c | 306 .terminating = FALSE, 760 if ((object->ref_count > 1) || object->terminating) { in vm_object_deallocate() 1245 if (object->terminating) { in vm_object_terminate() 1381 assert(object->terminating); in vm_object_reap() 1853 assert(object->terminating); in vm_object_reaper_thread() 2114 !object->terminating && in page_is_paged_out() 2745 if (object->terminating || !object->alive) { 4366 !object->terminating && 4384 !object->terminating && 6303 if (!object1->alive || object1->terminating || [all …]
|
| H A D | bsd_vm.c | 1309 object->terminating || in fill_vnodeinfoforaddr() 1409 !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 | 1168 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 1170 …er_name : "?", object->vo_copy, object->shadow, object->alive, object->terminating, object->named,… in vm_fault_page() 7809 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_fast() 8003 if (!object->alive || object->terminating || object->pager == NULL) { in vm_page_validate_cs_mapped_chunk() 8535 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 | 15638 !object->terminating && in vm_map_region_look_for_page() 20155 !curr_object->terminating && in vm_map_page_range_info_internal()
|
| /xnu-11215.1.10/ |
| H A D | APPLE_LICENSE | 278 indemnity or damages of any sort solely as a result of terminating
|