Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c200 struct cht_obj co1 = { in cht_basic_tests() local
214 os_ref_init(&co1.co_refcnt, &cht_obj_refgrp); in cht_basic_tests()
222 error = cuckoo_hashtable_add_with_hash(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests()
230 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests()
232 ASSERT(node == &co1.co_cnode); in cht_basic_tests()
238 cuckoo_hashtable_del(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests()
240 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests()