Lines Matching refs:tcount
51 static int tcount = 10; variable
52 module_param(tcount, int, 0);
53 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
345 if (!tcount) in test_rht_init()
349 tcount); in test_rht_init()
350 sema_init(&prestart_sem, 1 - tcount); in test_rht_init()
351 tdata = vzalloc(tcount * sizeof(struct thread_data)); in test_rht_init()
354 objs = vzalloc(tcount * entries * sizeof(struct test_obj)); in test_rht_init()
368 for (i = 0; i < tcount; i++) { in test_rht_init()
380 for (i = 0; i < tcount; i++) in test_rht_init()
382 for (i = 0; i < tcount; i++) { in test_rht_init()