Searched refs:__bucket_idx (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.c | 267 __bucket_idx(struct cuckoo_hashtable *h, struct _bucket *b) in __bucket_idx() function 568 hash, node, __bucket_idx(h, b), i); in __add_to_bucket() 581 __bucket_idx(h, b), avail_i); in __add_to_bucket() 692 __bucket_idx(h, to_bkt), to_slot); in cuckoo_move() 738 hash, node, __bucket_idx(h, b), i); in cuckoo_probe()
|