Searched refs:__bucket_idx (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.c | 264 __bucket_idx(struct cuckoo_hashtable *h, struct _bucket *b) in __bucket_idx() function 574 hash, node, __bucket_idx(h, b), i); in __add_to_bucket() 587 __bucket_idx(h, b), avail_i); in __add_to_bucket() 698 __bucket_idx(h, to_bkt), to_slot); in cuckoo_move() 744 hash, node, __bucket_idx(h, b), i); in cuckoo_probe()
|