Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c230 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests()
234 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()
240 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests()
243 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()
248 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()
266 node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_basic_tests()
292 node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_basic_tests()
367 struct cuckoo_node *node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_add()
386 node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_add_check()
417 node = cuckoo_hashtable_find_with_hash(h, &co->co_key, co->co_hash); in cht_concurrent_add_fini()
[all …]
H A Dcuckoo_hashtable.h93 struct cuckoo_node *cuckoo_hashtable_find_with_hash(struct cuckoo_hashtable *h,
H A Dcuckoo_hashtable.c508 cuckoo_hashtable_find_with_hash(struct cuckoo_hashtable *h, void *key, in cuckoo_hashtable_find_with_hash() function
/xnu-10063.121.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c1156 node = cuckoo_hashtable_find_with_hash(fm->fm_flow_table, key, hash); in flow_mgr_find_fe_by_key()
1191 node = cuckoo_hashtable_find_with_hash(fm->fm_flow_table, key, hash); in flow_mgr_find_conflicting_fe()