Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c222 error = cuckoo_hashtable_add_with_hash(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests()
225 error = cuckoo_hashtable_add_with_hash(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests()
256 error = cuckoo_hashtable_add_with_hash(h, &co->co_cnode, co->co_hash); in cht_basic_tests()
363 int error = cuckoo_hashtable_add_with_hash(h, &co->co_cnode, co->co_hash); in cht_concurrent_add()
436 int error = cuckoo_hashtable_add_with_hash(h, &co->co_cnode, co->co_hash); in cht_concurrent_del_init()
502 int error = cuckoo_hashtable_add_with_hash(h, &co->co_cnode, co->co_hash); in cht_concurrent_duo_init()
539 int error = cuckoo_hashtable_add_with_hash(h, &co->co_cnode, co->co_hash); in cht_concurrent_duo()
H A Dcuckoo_hashtable.h89 int cuckoo_hashtable_add_with_hash(struct cuckoo_hashtable *h, struct cuckoo_node *node,
H A Dcuckoo_hashtable.c888 error = cuckoo_hashtable_add_with_hash(tmp_h, node, hash); in cuckoo_resize()
945 cuckoo_hashtable_add_with_hash(struct cuckoo_hashtable *h, in cuckoo_hashtable_add_with_hash() function
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c337 err = cuckoo_hashtable_add_with_hash(fm->fm_flow_table, &fe->fe_cnode, in flow_entry_alloc()