Lines Matching refs:test_case
328 struct test_case {
385 static const struct test_case test_cases[] = {
430 static void run_test_case(struct test_case const *test_case)
434 run_with_memfd(test_case->fn, test_case->desc);
435 run_with_tmpfile(test_case->fn, test_case->desc);
436 run_with_local_tmpfile(test_case->fn, test_case->desc);
438 run_with_memfd_hugetlb(test_case->fn, test_case->desc,