Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c522 uint32_t *rands; in cht_concurrent_duo() local
523 rands = sk_alloc_data(sizeof(uint32_t) * DUO_ITERATIONS, Z_WAITOK, cuckoo_test_tag); in cht_concurrent_duo()
524 VERIFY(rands != NULL); in cht_concurrent_duo()
525 read_random(rands, sizeof(uint32_t) * DUO_ITERATIONS); in cht_concurrent_duo()
529 rand = rands[i]; in cht_concurrent_duo()
561 sk_free_data(rands, sizeof(uint32_t) * DUO_ITERATIONS); in cht_concurrent_duo()