Searched refs:textObject (Results 1 – 1 of 1) sorted by relevance
12109 vm_object_t textObject, shadow; in vm_task_evict_shared_cache() local12117 textObject = NULL; in vm_task_evict_shared_cache()12132 textObject = VME_OBJECT(entry); in vm_task_evict_shared_cache()12133 vm_object_lock(textObject); in vm_task_evict_shared_cache()12134 while ((shadow = textObject->shadow)) { in vm_task_evict_shared_cache()12136 vm_object_unlock(textObject); in vm_task_evict_shared_cache()12137 textObject = shadow; in vm_task_evict_shared_cache()12139 vm_object_reference_locked(textObject); in vm_task_evict_shared_cache()12140 vm_object_unlock(textObject); in vm_task_evict_shared_cache()12153 if (textObject) { in vm_task_evict_shared_cache()[all …]