Home
last modified time | relevance | path

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

/xnu-11215/libkern/os/
H A Dhash.h120 os_hash_kernel_pointer(const void *pointer) in os_hash_kernel_pointer() function
/xnu-11215/osfmk/ipc/
H A Dipc_hash.c187 ((mach_port_index_t)(os_hash_kernel_pointer(obj) % (size)))
/xnu-11215/bsd/kern/
H A Dkern_newsysctl.c238 os_hash_kernel_pointer(oidp->oid_arg1))); in sysctl_register_oid_locked()
381 os_hash_kernel_pointer(removed_oidp->oid_arg1)), in sysctl_unregister_oid()
1805 os_hash_kernel_pointer(oid->oid_arg1)), in sysctl_root()
/xnu-11215/osfmk/i386/
H A Dlocks_i386.c1945 bias = (os_hash_kernel_pointer(mutex) + cpu_number()) % real_ncpus; in lck_mtx_lock_spinwait_x86()
/xnu-11215/osfmk/vm/
H A Dvm_purgeable.c202 .kmg_context = os_hash_kernel_pointer(&tokens), in vm_purgeable_token_add()
H A Dvm_object.c8359 uint32_t hash = os_hash_kernel_pointer((void *)event);
/xnu-11215/osfmk/kern/
H A Dbtlog.c1068 uint32_t h = os_hash_kernel_pointer(__btlog_elem_normalize(addr)); in __btlog_hash_head()
H A Dwaitq.c525 uint32_t hash = os_hash_kernel_pointer(waitq.wq_q); in waitq_get_safeq()
H A Dturnstile.c432 uint32_t hash = os_hash_kernel_pointer((void *)proprietor); in turnstile_hash()
H A Dkalloc.c2033 .kmg_context = os_hash_kernel_pointer(owner), in kalloc_guard()
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp208 return &gIOMachPortHash[os_hash_kernel_pointer(obj) % PORT_HASH_SIZE]; in bucketForObject()