Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c39 kern_allocation_name_t cuckoo_test_tag; variable
152 ASSERT(cuckoo_test_tag == NULL); in cht_test_init()
153 cuckoo_test_tag = kern_allocation_name_allocate(CUCKOO_TEST_TAG, 0); in cht_test_init()
154 ASSERT(cuckoo_test_tag != NULL); in cht_test_init()
169 Z_WAITOK, cuckoo_test_tag); in cht_obj_init()
527 rands = sk_alloc_data(sizeof(uint32_t) * DUO_ITERATIONS, Z_WAITOK, cuckoo_test_tag); in cht_concurrent_duo()
623 Z_WAITOK | Z_NOFAIL, cuckoo_test_tag); in cht_concurrent_tests()