Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/lib/
H A Dcuckoo_hashtable.h81 void cuckoo_hashtable_free(struct cuckoo_hashtable *ht);
H A Dcuckoo_hashtable_test.c309 cuckoo_hashtable_free(h); in cht_basic_tests()
425 cuckoo_hashtable_free(h); in cht_concurrent_add_fini()
489 cuckoo_hashtable_free(h); in cht_concurrent_del_fini()
599 cuckoo_hashtable_free(h); in cht_concurrent_duo_fini()
H A Dcuckoo_hashtable.c438 cuckoo_hashtable_free(struct cuckoo_hashtable *h) in cuckoo_hashtable_free() function
/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c268 cuckoo_hashtable_free(fm->fm_flow_table); in flow_mgr_destroy()