Lines Matching refs:tcount
52 static int tcount = 10; variable
53 module_param(tcount, int, 0);
54 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
753 if (!tcount) in test_rht_init()
757 tcount); in test_rht_init()
758 sema_init(&prestart_sem, 1 - tcount); in test_rht_init()
759 tdata = vzalloc(array_size(tcount, sizeof(struct thread_data))); in test_rht_init()
762 objs = vzalloc(array3_size(sizeof(struct test_obj), tcount, entries)); in test_rht_init()
769 roundup_pow_of_two(tcount * entries); in test_rht_init()
778 for (i = 0; i < tcount; i++) { in test_rht_init()
791 for (i = 0; i < tcount; i++) in test_rht_init()
793 for (i = 0; i < tcount; i++) { in test_rht_init()