Searched refs:__find_in_bucket (Results 1 – 1 of 1) sorted by relevance
478 __find_in_bucket(struct cuckoo_hashtable *h, struct _bucket *b, void *key, in __find_in_bucket() function517 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()