Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-fork.c21 int test_fork(void) in test_fork() function
42 return test_harness(test_fork, "tm_fork"); in main()
/linux/tools/perf/bench/
H A Dsyscall.c37 static void test_fork(void) in test_fork() function
107 test_fork(); in bench_syscall_common()
/linux/tools/testing/selftests/arm64/gcs/
H A Dbasic-gcs.c240 static bool test_fork(void) in test_fork() function
378 { "fork", test_fork },
/linux/tools/testing/selftests/x86/
H A Damx.c435 static void test_fork(void) in test_fork() function
506 test_fork(); in main()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c885 int test_fork(enum fork_type type) in test_fork() function
1347 CASE_TEST(fork); EXPECT_SYSZR(1, test_fork(FORK_STANDARD)); break; in run_syscall()
1392 CASE_TEST(vfork); EXPECT_SYSZR(1, test_fork(FORK_VFORK)); break; in run_syscall()