Lines Matching refs:tcount
50 static int tcount = 10;
51 module_param(tcount, int, 0);
52 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
741 if (!tcount)
745 tcount);
746 atomic_set(&startup_count, tcount);
747 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data)));
750 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries));
757 roundup_pow_of_two(tcount * entries);
766 for (i = 0; i < tcount; i++) {
784 for (i = 0; i < tcount; i++) {