Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c274 __bucket_slot(struct _bucket *b, uint32_t slot_idx) in __bucket_slot() function
554 struct _slot *s = __bucket_slot(b, i); in __add_to_bucket()
645 !__slot_empty(__bucket_slot(to_bkt, to_slot))) { in cuckoo_move()
650 !__slot_empty(__bucket_slot(to_bkt, to_slot)) ? in cuckoo_move()
719 struct _slot *s = __bucket_slot(b, i); in cuckoo_probe()
798 struct _slot *s = __bucket_slot(b, j);
981 if (__slot_empty(__bucket_slot(b, i))) { in __del_from_bucket()