Searched refs:tdriver (Results 1 – 1 of 1) sorted by relevance
392 } *tdriver; variable477 tdriver = kvcalloc(nr_threads, sizeof(*tdriver), GFP_KERNEL); in init_test_configurtion()478 if (tdriver == NULL) in init_test_configurtion()507 struct test_driver *t = &tdriver[i]; in do_concurrent_test()534 struct test_driver *t = &tdriver[i]; in do_concurrent_test()557 kvfree(tdriver); in do_concurrent_test()
Completed in 3 milliseconds