Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dtest_vmalloc.c366 static struct test_case_desc test_case_array[] = { variable
388 struct test_case_data data[ARRAY_SIZE(test_case_array)];
410 int random_array[ARRAY_SIZE(test_case_array)]; in test_func()
415 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) in test_func()
419 shuffle_array(random_array, ARRAY_SIZE(test_case_array)); in test_func()
427 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) { in test_func()
438 if (!test_case_array[index].test_func()) in test_func()
540 for (j = 0; j < ARRAY_SIZE(test_case_array); j++) { in do_concurrent_test()
546 test_case_array[j].test_name, in do_concurrent_test()

Completed in 3 milliseconds