Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/lib/
H A Dcuckoo_hashtable.h79 struct cuckoo_hashtable * cuckoo_hashtable_create(
H A Dcuckoo_hashtable_test.c197 h = cuckoo_hashtable_create(&params_template); in cht_basic_tests()
342 h = cuckoo_hashtable_create(&params_template); in cht_concurrent_add_init()
432 h = cuckoo_hashtable_create(&params_template); in cht_concurrent_del_init()
497 h = cuckoo_hashtable_create(&p); in cht_concurrent_duo_init()
H A Dcuckoo_hashtable.c388 cuckoo_hashtable_create(struct cuckoo_hashtable_params *p) in cuckoo_hashtable_create() function
879 tmp_h = cuckoo_hashtable_create(&new_p); in cuckoo_resize()
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c162 fm->fm_flow_table = cuckoo_hashtable_create(&p); in flow_mgr_create()