Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_map.c16253 vm_object_t last_object; in vm_map_machine_attribute() local
16264 last_object = NULL; in vm_map_machine_attribute()
16280 last_object = object; in vm_map_machine_attribute()
16282 vm_object_lock(last_object->shadow); in vm_map_machine_attribute()
16283 vm_object_unlock(last_object); in vm_map_machine_attribute()