Searched refs:cuckoo_hashtable_del (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 242 cuckoo_hashtable_del(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests() 251 cuckoo_hashtable_del(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests() 298 cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_basic_tests() 423 cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_concurrent_add_fini() 465 int error = cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_concurrent_del() 555 int error = cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_concurrent_duo() 596 int error = cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_concurrent_duo_fini()
|
| H A D | cuckoo_hashtable.h | 91 int cuckoo_hashtable_del(struct cuckoo_hashtable *h, struct cuckoo_node *node,
|
| H A D | cuckoo_hashtable.c | 1001 cuckoo_hashtable_del(struct cuckoo_hashtable *h, in cuckoo_hashtable_del() function
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 455 cuckoo_hashtable_del(fm->fm_flow_table, &fe->fe_cnode, hash); in flow_entry_destroy()
|