Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c59 uint32_t ctc_nthreads; /* number of threads */ member
356 uint32_t objs_per_cpu = CHT_OBJ_MAX / conf->ctc_nthreads; in cht_concurrent_add()
361 if (conf->ctc_id == conf->ctc_nthreads - 1) { in cht_concurrent_add()
362 objs_to_add += (CHT_OBJ_MAX % conf->ctc_nthreads); in cht_concurrent_add()
454 uint32_t objs_per_cpu = CHT_OBJ_MAX / conf->ctc_nthreads; in cht_concurrent_del()
459 if (conf->ctc_id == conf->ctc_nthreads - 1) { in cht_concurrent_del()
460 objs_to_del += (CHT_OBJ_MAX % conf->ctc_nthreads); in cht_concurrent_del()
627 chth_confs[i].ctc_nthreads = nthreads; in cht_concurrent_tests()