Searched refs:test_func (Results 1 – 3 of 3) sorted by relevance
90 struct kutf_test_function *test_func; member293 struct kutf_test_function *test_func; in kutf_run_test() local295 test_func = test_context->test_fix->test_func; in kutf_run_test()308 test_func->execute(test_context); in kutf_run_test()565 static int create_fixture_variant(struct kutf_test_function *test_func, in create_fixture_variant() argument580 test_fix->test_func = test_func; in create_fixture_variant()584 test_fix->dir = debugfs_create_dir(name, test_func->dir); in create_fixture_variant()585 if (IS_ERR_OR_NULL(test_func->dir)) { in create_fixture_variant()616 list_add(&test_fix->node, &test_func->variant_list); in create_fixture_variant()656 struct kutf_test_function *test_func; in kutf_add_test_with_filters_and_data() local[all …]
84 struct kutf_test_function *test_func; member293 struct kutf_test_function *test_func = test_fix->test_func; in kutf_debugfs_run_open() local294 struct kutf_suite *suite = test_func->suite; in kutf_debugfs_run_open()314 test_func->execute(test_context); in kutf_debugfs_run_open()435 static int create_fixture_variant(struct kutf_test_function *test_func, in create_fixture_variant() argument450 test_fix->test_func = test_func; in create_fixture_variant()454 test_fix->dir = debugfs_create_dir(name, test_func->dir); in create_fixture_variant()455 if (!test_func->dir) { in create_fixture_variant()480 list_add(&test_fix->node, &test_func->variant_list); in create_fixture_variant()509 struct kutf_test_function *test_func; in kutf_add_test_with_filters_and_data() local[all …]
408 RK_LIST_TEST_FUNC test_func[TOTAL_RK_LIST_TEST_COUNT] = { variable432 int err = test_func[i](); in main()