Searched refs:co2 (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 207 struct cht_obj co2 = { in cht_basic_tests() local 215 os_ref_init(&co2.co_refcnt, &cht_obj_refgrp); in cht_basic_tests() 225 error = cuckoo_hashtable_add_with_hash(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests() 234 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests() 236 ASSERT(node == &co2.co_cnode); in cht_basic_tests() 243 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests() 245 ASSERT(node == &co2.co_cnode); in cht_basic_tests() 247 cuckoo_hashtable_del(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests() 248 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()
|