Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c211 struct cht_obj co2 = { in cht_basic_tests() local
219 os_ref_init(&co2.co_refcnt, &cht_obj_refgrp); in cht_basic_tests()
229 error = cuckoo_hashtable_add_with_hash(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests()
238 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()
240 ASSERT(node == &co2.co_cnode); in cht_basic_tests()
247 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()
249 ASSERT(node == &co2.co_cnode); in cht_basic_tests()
251 cuckoo_hashtable_del(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests()
252 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()