Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c623 struct _bucket *from_bkt, *to_bkt, *alt_bkt; in cuckoo_move() local
649 alt_bkt = __alt_bucket(h, from_bkt->_slots[from_slot]._hash); in cuckoo_move()
650 if (alt_bkt != to_bkt || in cuckoo_move()
655 alt_bkt != to_bkt ? "alt_bkt != to_bkt" : "", in cuckoo_move()