Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c77 struct cuckoo_node co_cnode; // cuckoo node member
95 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_cmp__()
116 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_retain__()
129 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_release__()
201 .co_cnode = {NULL}, in cht_basic_tests()
208 .co_cnode = {NULL}, in cht_basic_tests()
222 error = cuckoo_hashtable_add_with_hash(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests()
225 error = cuckoo_hashtable_add_with_hash(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests()
232 ASSERT(node == &co1.co_cnode); in cht_basic_tests()
236 ASSERT(node == &co2.co_cnode); in cht_basic_tests()
[all …]