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

/linux-master/lib/
H A Dtest_vmalloc.c402 static struct test_case_desc test_case_array[] = { variable in typeref:struct:test_case_desc
425 struct test_case_data data[ARRAY_SIZE(test_case_array)];
447 int random_array[ARRAY_SIZE(test_case_array)];
452 for (i = 0; i < ARRAY_SIZE(test_case_array); i++)
456 shuffle_array(random_array, ARRAY_SIZE(test_case_array));
464 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) {
475 if (!test_case_array[index].test_func())
577 for (j = 0; j < ARRAY_SIZE(test_case_array); j++) {
583 test_case_array[j].test_name,

Completed in 99 milliseconds