Home
last modified time | relevance | path

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

/lib/
A Dtest_vmalloc.c402 static struct test_case_desc test_case_array[] = { variable
426 struct test_case_data data[ARRAY_SIZE(test_case_array)];
448 int random_array[ARRAY_SIZE(test_case_array)]; in test_func()
453 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) in test_func()
457 shuffle_array(random_array, ARRAY_SIZE(test_case_array)); in test_func()
465 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) { in test_func()
475 ret = test_case_array[index].test_func(); in test_func()
477 if (!ret && !test_case_array[index].xfail) in test_func()
479 else if (ret && test_case_array[index].xfail) in test_func()
579 for (j = 0; j < ARRAY_SIZE(test_case_array); j++) { in do_concurrent_test()
[all …]

Completed in 3 milliseconds