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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_object.c316 typedef struct vm_object_hash_entry *vm_object_hash_entry_t; typedef in typeref:struct:vm_object_hash_entry
317 #define VM_OBJECT_HASH_ENTRY_NULL ((vm_object_hash_entry_t) 0)
327 vm_object_hash_entry_t entry);
377 static vm_object_hash_entry_t
383 vm_object_hash_entry_t entry;
387 entry = (vm_object_hash_entry_t)queue_first(bucket);
392 vm_object_hash_entry_t, hash_link);
396 entry = (vm_object_hash_entry_t)queue_next(&entry->hash_link);
408 vm_object_hash_entry_t entry,
415 queue_enter(bucket, entry, vm_object_hash_entry_t, hash_lin
[all...]

Completed in 184 milliseconds