Lines Matching refs:shadow_object
1245 vm_object_t shadow_object; in vm_object_terminate() local
1299 if (((shadow_object = object->shadow) != VM_OBJECT_NULL) && in vm_object_terminate()
1301 vm_object_lock(shadow_object); in vm_object_terminate()
1302 if (shadow_object->vo_copy == object) { in vm_object_terminate()
1303 VM_OBJECT_COPY_SET(shadow_object, VM_OBJECT_NULL); in vm_object_terminate()
1305 vm_object_unlock(shadow_object); in vm_object_terminate()
1861 vm_object_t object, shadow_object; in vm_object_reaper_thread() local
1887 shadow_object = in vm_object_reaper_thread()
1894 if (shadow_object != VM_OBJECT_NULL) { in vm_object_reaper_thread()
1899 vm_object_deallocate(shadow_object); in vm_object_reaper_thread()
1900 shadow_object = VM_OBJECT_NULL; in vm_object_reaper_thread()