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)");
755 if (!tcount)
759 tcount);
760 atomic_set(&startup_count, tcount);
761 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data)));
764 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries));
771 roundup_pow_of_two(tcount * entries);
780 for (i = 0; i < tcount; i++) {
798 for (i = 0; i < tcount; i++) {