Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c204 struct cht_obj co1 = { in cht_basic_tests() local
218 os_ref_init(&co1.co_refcnt, &cht_obj_refgrp); in cht_basic_tests()
226 error = cuckoo_hashtable_add_with_hash(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests()
234 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests()
236 ASSERT(node == &co1.co_cnode); in cht_basic_tests()
242 cuckoo_hashtable_del(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests()
244 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests()