Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable.h79 struct cuckoo_hashtable * cuckoo_hashtable_create(
H A Dcuckoo_hashtable_test.c201 h = cuckoo_hashtable_create(&params_template); in cht_basic_tests()
346 h = cuckoo_hashtable_create(&params_template); in cht_concurrent_add_init()
436 h = cuckoo_hashtable_create(&params_template); in cht_concurrent_del_init()
501 h = cuckoo_hashtable_create(&p); in cht_concurrent_duo_init()
H A Dcuckoo_hashtable.c394 cuckoo_hashtable_create(struct cuckoo_hashtable_params *p) in cuckoo_hashtable_create() function
885 tmp_h = cuckoo_hashtable_create(&new_p); in cuckoo_resize()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c172 fm->fm_flow_table = cuckoo_hashtable_create(&p); in flow_mgr_create()