Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c526 uint32_t *rands; in cht_concurrent_duo() local
527 rands = sk_alloc_data(sizeof(uint32_t) * DUO_ITERATIONS, Z_WAITOK, cuckoo_test_tag); in cht_concurrent_duo()
528 VERIFY(rands != NULL); in cht_concurrent_duo()
529 read_random(rands, sizeof(uint32_t) * DUO_ITERATIONS); in cht_concurrent_duo()
533 rand = rands[i]; in cht_concurrent_duo()
565 sk_free_data(rands, sizeof(uint32_t) * DUO_ITERATIONS); in cht_concurrent_duo()