Searched refs:ctc_nthreads (Results 1 – 1 of 1) sorted by relevance
59 uint32_t ctc_nthreads; /* number of threads */ member356 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()