Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/skywalk/lib/
H A Dcuckoo_hashtable.h71 size_t cht_capacity; member
H A Dcuckoo_hashtable.c396 if (p->cht_capacity > CUCKOO_HASHTABLE_ENTRIES_MAX || in cuckoo_hashtable_create()
397 p->cht_capacity < _CHT_BUCKET_SLOTS) { in cuckoo_hashtable_create()
401 ASSERT(p->cht_capacity < UINT32_MAX); in cuckoo_hashtable_create()
402 n = (uint32_t)p->cht_capacity; in cuckoo_hashtable_create()
873 .cht_capacity = new_capacity, in cuckoo_resize()
H A Dcuckoo_hashtable_test.c140 .cht_capacity = 1024,
496 p.cht_capacity = CHT_OBJ_MAX / 2; in cht_concurrent_duo_init()
/xnu-10002.81.5/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c158 .cht_capacity = fe_cnt, in flow_mgr_create()