Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_purgeable.c683 vm_object_t object, best_object; in vm_purgeable_object_find_and_lock() local
692 best_object = VM_OBJECT_NULL; in vm_purgeable_object_find_and_lock()
720 if ((num_objects_skipped >= PURGEABLE_LOOP_MAX) && (best_object != NULL)) { in vm_purgeable_object_find_and_lock()
751 if (best_object != VM_OBJECT_NULL) { in vm_purgeable_object_find_and_lock()
753 vm_object_unlock(best_object); in vm_purgeable_object_find_and_lock()
755 best_object = object; in vm_purgeable_object_find_and_lock()
772 VM_KERNEL_UNSLIDE_OR_PERM(best_object), in vm_purgeable_object_find_and_lock()
773 ((best_object == NULL) ? 0 : best_object->resident_page_count)); in vm_purgeable_object_find_and_lock()
775 object = best_object; in vm_purgeable_object_find_and_lock()