Searched refs:cuckoo_hashtable_add_with_hash (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 222 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 D | cuckoo_hashtable.h | 89 int cuckoo_hashtable_add_with_hash(struct cuckoo_hashtable *h, struct cuckoo_node *node,
|
| H A D | cuckoo_hashtable.c | 887 error = cuckoo_hashtable_add_with_hash(tmp_h, node, hash); in cuckoo_resize() 944 cuckoo_hashtable_add_with_hash(struct cuckoo_hashtable *h, in cuckoo_hashtable_add_with_hash() function
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 662 err = cuckoo_hashtable_add_with_hash(fm->fm_flow_table, &fe->fe_cnode, in flow_entry_alloc()
|