Searched refs:hash_entry (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c6801 vm_object_hash_entry_t hash_entry; local
7043 hash_entry = vm_object_hash_lookup(object2->pager, FALSE);
7044 assert(hash_entry != VM_OBJECT_HASH_ENTRY_NULL);
7045 hash_entry->object = object2;
7050 hash_entry = vm_object_hash_lookup(object1->pager, FALSE);
7051 assert(hash_entry != VM_OBJECT_HASH_ENTRY_NULL);
7052 hash_entry->object = object1;

Completed in 26 milliseconds