Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.h81 void cuckoo_hashtable_free(struct cuckoo_hashtable *ht);
H A Dcuckoo_hashtable_test.c313 cuckoo_hashtable_free(h); in cht_basic_tests()
429 cuckoo_hashtable_free(h); in cht_concurrent_add_fini()
493 cuckoo_hashtable_free(h); in cht_concurrent_del_fini()
603 cuckoo_hashtable_free(h); in cht_concurrent_duo_fini()
H A Dcuckoo_hashtable.c444 cuckoo_hashtable_free(struct cuckoo_hashtable *h) in cuckoo_hashtable_free() function
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c278 cuckoo_hashtable_free(fm->fm_flow_table); in flow_mgr_destroy()