Searched refs:cuckoo_hashtable_del (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 238 cuckoo_hashtable_del(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests() 247 cuckoo_hashtable_del(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests() 294 cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_basic_tests() 419 cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_concurrent_add_fini() 461 int error = cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_concurrent_del() 551 int error = cuckoo_hashtable_del(h, &co->co_cnode, co->co_hash); in cht_concurrent_duo() 592 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 | 994 cuckoo_hashtable_del(struct cuckoo_hashtable *h, in cuckoo_hashtable_del() function
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 890 cuckoo_hashtable_del(fm->fm_flow_table, &fe->fe_cnode, hash); in flow_entry_destroy()
|