Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c76 struct cht_obj { struct
90 static struct cht_obj *cht_objs; argument
95 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_cmp__()
108 cht_obj_retain(struct cht_obj *co) in cht_obj_retain()
116 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_retain__()
121 cht_obj_release(struct cht_obj *co) in cht_obj_release()
129 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_release__()
134 cht_obj_refcnt(struct cht_obj *co) in cht_obj_refcnt()
164 cht_objs = sk_alloc_type_array(struct cht_obj, CHT_OBJ_MAX, in cht_obj_init()
188 sk_free_type_array(struct cht_obj, CHT_OBJ_MAX, cht_objs); in cht_obj_fini()
[all …]