Home
last modified time | relevance | path

Searched refs:test_case_array (Results 1 – 1 of 1) sorted by relevance

/lib/
Dtest_vmalloc.c336 static struct test_case_desc test_case_array[] = { variable
356 per_cpu_test_data[NR_CPUS][ARRAY_SIZE(test_case_array)];
386 int random_array[ARRAY_SIZE(test_case_array)]; in test_func()
394 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) in test_func()
398 shuffle_array(random_array, ARRAY_SIZE(test_case_array)); in test_func()
406 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) { in test_func()
417 if (!test_case_array[index].test_func()) in test_func()
516 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) { in do_concurrent_test()
522 test_case_array[i].test_name, in do_concurrent_test()