Home
last modified time | relevance | path

Searched refs:os_hash_uint64 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/libkern/os/
H A Dhash.h148 os_hash_uint64(uint64_t u64) in os_hash_uint64() function
/xnu-12377.41.6/osfmk/kern/
H A Dwaitq.c391 return &global_waitqs[os_hash_uint64(event) & (g_num_waitqs - 1)]; in _global_eventq()