Home
last modified time | relevance | path

Searched refs:textObject (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_resident.c12113 vm_object_t textObject, shadow; in vm_task_evict_shared_cache() local
12121 textObject = NULL; in vm_task_evict_shared_cache()
12136 textObject = VME_OBJECT(entry); in vm_task_evict_shared_cache()
12137 vm_object_lock(textObject); in vm_task_evict_shared_cache()
12138 while ((shadow = textObject->shadow)) { in vm_task_evict_shared_cache()
12140 vm_object_unlock(textObject); in vm_task_evict_shared_cache()
12141 textObject = shadow; in vm_task_evict_shared_cache()
12143 vm_object_reference_locked(textObject); in vm_task_evict_shared_cache()
12144 vm_object_unlock(textObject); in vm_task_evict_shared_cache()
12157 if (textObject) { in vm_task_evict_shared_cache()
[all …]