Searched refs:os_hash_kernel_pointer (Results 1 – 9 of 9) sorted by relevance
109 os_hash_kernel_pointer(const void *pointer) in os_hash_kernel_pointer() function
191 ((mach_port_index_t)(os_hash_kernel_pointer(obj) % (size)))
232 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()
1155 bias = (os_hash_kernel_pointer(lock) + cpu_number()) % real_ncpus; in lck_mtx_lock_contended_spinwait_arm()
2135 bias = (os_hash_kernel_pointer(mutex) + cpu_number()) % real_ncpus; in lck_mtx_lock_spinwait_x86()
1078 uint32_t h = os_hash_kernel_pointer(__btlog_elem_normalize(addr)); in __btlog_hash_head()
525 uint32_t hash = os_hash_kernel_pointer(waitq.wq_q); in waitq_get_safeq()
437 uint32_t hash = os_hash_kernel_pointer((void *)proprietor); in turnstile_hash()
209 return &gIOMachPortHash[os_hash_kernel_pointer(obj) % PORT_HASH_SIZE]; in bucketForObject()