Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/os/
H A Dhash.h109 os_hash_kernel_pointer(const void *pointer) in os_hash_kernel_pointer() function
/xnu-8020.121.3/osfmk/ipc/
H A Dipc_hash.c191 ((mach_port_index_t)(os_hash_kernel_pointer(obj) % (size)))
/xnu-8020.121.3/bsd/kern/
H A Dkern_newsysctl.c232 os_hash_kernel_pointer(oidp->oid_arg1))); in sysctl_register_oid_locked()
375 os_hash_kernel_pointer(removed_oidp->oid_arg1)), in sysctl_unregister_oid()
1799 os_hash_kernel_pointer(oid->oid_arg1)), in sysctl_root()
/xnu-8020.121.3/osfmk/arm/
H A Dlocks_arm.c1155 bias = (os_hash_kernel_pointer(lock) + cpu_number()) % real_ncpus; in lck_mtx_lock_contended_spinwait_arm()
/xnu-8020.121.3/osfmk/i386/
H A Dlocks_i386.c2135 bias = (os_hash_kernel_pointer(mutex) + cpu_number()) % real_ncpus; in lck_mtx_lock_spinwait_x86()
/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c1078 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.c437 uint32_t hash = os_hash_kernel_pointer((void *)proprietor); in turnstile_hash()
/xnu-8020.121.3/iokit/Kernel/
H A DIOUserClient.cpp209 return &gIOMachPortHash[os_hash_kernel_pointer(obj) % PORT_HASH_SIZE]; in bucketForObject()