Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c63 static struct cht_thread_conf *chth_confs; variable
620 if (chth_confs == NULL) { in cht_concurrent_tests()
622 chth_confs = sk_alloc_type_array(struct cht_thread_conf, nthreads, in cht_concurrent_tests()
627 chth_confs[i].ctc_nthreads = nthreads; in cht_concurrent_tests()
628 chth_confs[i].ctc_id = i; in cht_concurrent_tests()
629 if (kernel_thread_start(cht_concurrent_ops, (void *)&chth_confs[i], in cht_concurrent_tests()
630 &chth_confs[i].ctc_thread) != KERN_SUCCESS) { in cht_concurrent_tests()
699 if (chth_confs != NULL) { in cuckoo_test_stop()
700 sk_free_type_array(struct cht_thread_conf, chth_nthreads, chth_confs); in cuckoo_test_stop()
701 chth_confs = NULL; in cuckoo_test_stop()