Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c59 uint32_t ctc_nthreads; /* number of threads */ member
352 uint32_t objs_per_cpu = CHT_OBJ_MAX / conf->ctc_nthreads; in cht_concurrent_add()
357 if (conf->ctc_id == conf->ctc_nthreads - 1) { in cht_concurrent_add()
358 objs_to_add += (CHT_OBJ_MAX % conf->ctc_nthreads); in cht_concurrent_add()
450 uint32_t objs_per_cpu = CHT_OBJ_MAX / conf->ctc_nthreads; in cht_concurrent_del()
455 if (conf->ctc_id == conf->ctc_nthreads - 1) { in cht_concurrent_del()
456 objs_to_del += (CHT_OBJ_MAX % conf->ctc_nthreads); in cht_concurrent_del()
623 chth_confs[i].ctc_nthreads = nthreads; in cht_concurrent_tests()