Lines Matching refs:tcount
49 static int tcount = 10; variable
50 module_param(tcount, int, 0);
51 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
756 if (!tcount) in test_rht_init()
760 tcount); in test_rht_init()
761 atomic_set(&startup_count, tcount); in test_rht_init()
762 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data))); in test_rht_init()
765 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries)); in test_rht_init()
772 roundup_pow_of_two(tcount * entries); in test_rht_init()
781 for (i = 0; i < tcount; i++) { in test_rht_init()
799 for (i = 0; i < tcount; i++) { in test_rht_init()