Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c90 static struct cht_obj *cht_objs; variable
168 cht_objs = sk_alloc_type_array(struct cht_obj, CHT_OBJ_MAX, in cht_obj_init()
170 VERIFY(cht_objs != NULL); in cht_obj_init()
173 cht_objs[i].co_key = i; in cht_obj_init()
175 read_random(&cht_objs[i].co_hash, sizeof(cht_objs[i].co_hash)); in cht_obj_init()
176 } while (cht_objs[i].co_hash == 0); in cht_obj_init()
177 os_ref_init(&cht_objs[i].co_refcnt, &cht_obj_refgrp); in cht_obj_init()
178 cht_objs[i].co_state = COS_NOT_ADDED; in cht_obj_init()
185 VERIFY(cht_objs != NULL); in cht_obj_fini()
187 ASSERT(os_ref_release(&cht_objs[i].co_refcnt) == 0); in cht_obj_fini()
[all …]