Searched refs:best_object (Results 1 – 1 of 1) sorted by relevance
680 vm_object_t object, best_object; in vm_purgeable_object_find_and_lock() local689 best_object = VM_OBJECT_NULL; in vm_purgeable_object_find_and_lock()717 if ((num_objects_skipped >= PURGEABLE_LOOP_MAX) && (best_object != NULL)) { in vm_purgeable_object_find_and_lock()748 if (best_object != VM_OBJECT_NULL) { in vm_purgeable_object_find_and_lock()750 vm_object_unlock(best_object); in vm_purgeable_object_find_and_lock()752 best_object = object; in vm_purgeable_object_find_and_lock()769 VM_KERNEL_UNSLIDE_OR_PERM(best_object), in vm_purgeable_object_find_and_lock()770 ((best_object == NULL) ? 0 : best_object->resident_page_count)); in vm_purgeable_object_find_and_lock()772 object = best_object; in vm_purgeable_object_find_and_lock()