Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c543 __add_to_bucket(struct cuckoo_hashtable *h, struct _bucket *b, in __add_to_bucket() function
929 if ((ret = __add_to_bucket(h, b1, node, hash)) == 0) { in cuckoo_add_no_expand()
934 if ((ret = __add_to_bucket(h, b2, node, hash)) == 0) { in cuckoo_add_no_expand()