Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c90 struct kutf_test_function *test_func; member
286 struct kutf_test_function *test_func; in kutf_run_test() local
288 test_func = test_context->test_fix->test_func; in kutf_run_test()
301 test_func->execute(test_context); in kutf_run_test()
559 static int create_fixture_variant(struct kutf_test_function *test_func, in create_fixture_variant() argument
574 test_fix->test_func = test_func; in create_fixture_variant()
578 test_fix->dir = debugfs_create_dir(name, test_func->dir); in create_fixture_variant()
579 if (IS_ERR_OR_NULL(test_func->dir)) { in create_fixture_variant()
606 list_add(&test_fix->node, &test_func->variant_list); in create_fixture_variant()
646 struct kutf_test_function *test_func; in kutf_add_test_with_filters_and_data() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c84 struct kutf_test_function *test_func; member
293 struct kutf_test_function *test_func = test_fix->test_func; in kutf_debugfs_run_open() local
294 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() argument
450 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 …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc26 test_func() {
43 if cat=`test_func "$cat" "$1"`; then
46 if dd1=`test_func "$dd1" "$1"`; then
49 if dd100=`test_func "$dd100" "$1"`; then
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dfree-space-tree-tests.c423 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument
496 ret = test_func(&trans, root->fs_info, cache, path, alignment); in run_test()
521 static int run_test_both_formats(test_func_t test_func, u32 sectorsize, in run_test_both_formats() argument
527 ret = run_test(test_func, 0, sectorsize, nodesize, alignment); in run_test_both_formats()
531 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
535 ret = run_test(test_func, 1, sectorsize, nodesize, alignment); in run_test_both_formats()
539 test_func, sectorsize, nodesize, alignment); in run_test_both_formats()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_stress.c14 typedef RK_RES (*test_func)(int verbose); typedef
17 test_func func;
/OK3568_Linux_fs/kernel/lib/
H A Dtest_vmalloc.c404 int (*test_func)(void); member
458 static int test_func(void *private) in test_func() function
492 if (!test_case_array[index].test_func()) in test_func()
560 t->task = kthread_run(test_func, t, "vmalloc_test/%d", cpu); in do_concurrent_test()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c167 void (*test_func)(char *, char *)) in test_memcpy()
180 test_func(s, d); /* run the actual test */ in test_memcpy()
230 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test()
287 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test()
288 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c164 static void test_func (void *info) in test_func() function
409 callbacks[fd].input_func = test_func;
410 callbacks[fd].output_func = test_func;
411 callbacks[fd].exception_func = test_func;
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Drk_list.cpp393 RK_LIST_TEST_FUNC test_func[TOTAL_RK_LIST_TEST_COUNT] = { variable
417 int err = test_func[i](); in main()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dmap_perf_test_user.c298 typedef void (*test_func)(int cpu); typedef
299 const test_func test_funcs[] = {
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_list.cpp689 RK_LIST_TEST_FUNC test_func[TOTAL_RK_LIST_TEST_COUNT] = { variable
713 int err = test_func[i](); in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c576 void (*test_func)(int netns, int prog1, int prog2); in run_tests() member
622 tests[i].test_func(netns, progs[0], progs[1]); in run_tests()