Home
last modified time | relevance | path

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

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