Lines Matching refs:tcount
49 static int tcount = 10;
50 module_param(tcount, int, 0);
51 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
740 if (!tcount)
744 tcount);
745 atomic_set(&startup_count, tcount);
746 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data)));
749 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries));
756 roundup_pow_of_two(tcount * entries);
765 for (i = 0; i < tcount; i++) {
783 for (i = 0; i < tcount; i++) {