Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c236 __alt_hash(uint32_t hash) in __alt_hash() function
259 return __get_bucket(h, __alt_hash(hash) & h->_bitmask); in __alt_bucket()
750 queue[tail].bkt_idx = __alt_hash(s->_hash) & h->_bitmask; in cuckoo_probe()