Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_resident.c11221 vm_object_t textObject, shadow; in vm_task_evict_shared_cache() local
11229 textObject = NULL; in vm_task_evict_shared_cache()
11244 textObject = VME_OBJECT(entry); in vm_task_evict_shared_cache()
11245 vm_object_lock(textObject); in vm_task_evict_shared_cache()
11246 while ((shadow = textObject->shadow)) { in vm_task_evict_shared_cache()
11248 vm_object_unlock(textObject); in vm_task_evict_shared_cache()
11249 textObject = shadow; in vm_task_evict_shared_cache()
11251 vm_object_reference_locked(textObject); in vm_task_evict_shared_cache()
11252 vm_object_unlock(textObject); in vm_task_evict_shared_cache()
11265 if (textObject) { in vm_task_evict_shared_cache()
[all …]