Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c478 __find_in_bucket(struct cuckoo_hashtable *h, struct _bucket *b, void *key, in __find_in_bucket() function
517 if ((node = __find_in_bucket(h, b1, key, hash)) != NULL) { in cuckoo_hashtable_find_with_hash()
522 if ((node = __find_in_bucket(h, b2, key, hash)) != NULL) { in cuckoo_hashtable_find_with_hash()