Searched refs:fork (Results 26 - 50 of 276) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtask_event_pinned_vs_ebb_test.c50 pid = fork();
H A Dtask_event_vs_ebb_test.c48 pid = fork();
H A Debb_on_child_test.c55 pid = fork();
H A Debb_on_willing_child_test.c60 pid = fork();
H A Dmulti_ebb_procs_test.c85 pids[i] = fork();
H A Debb_vs_cpu_event_test.c52 pid = fork();
H A Dcpu_event_vs_ebb_test.c52 pid = fork();
H A Dcpu_event_pinned_vs_ebb_test.c54 pid = fork();
/linux-master/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c61 child = fork();
63 printf("[WARN]\tfailed to fork (%d): %m\n", errno);
H A Dcorrupt_xstate_header.c86 pid_t child = fork();
88 err(1, "fork");
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c47 pid = fork();
/linux-master/tools/testing/selftests/proc/
H A Dsetns-sysvipc.c68 pid = fork();
/linux-master/tools/testing/selftests/sync/
H A Dsync_test.c47 childpid = fork();
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c49 int child_pid = fork();
57 "%s - failed to fork a child process\n",
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_inherit_exec_test.c3 * POWER Data Stream Control Register (DSCR) fork exec test
62 pid = fork();
64 perror("fork() failed");
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-poison.c46 pid = fork();
/linux-master/tools/testing/selftests/exec/
H A Dnull-argv.c12 pid = fork(); \
27 perror("# fork");
28 ksft_test_result_fail("fork failed: %s\n", msg);
/linux-master/tools/perf/util/
H A Dtool.h51 fork, member in struct:perf_tool
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Ddeny_namespace.c36 pid = fork();
H A Dtest_bprm_opts.c36 child_pid = fork();
H A Dtask_kfunc.c57 child_pid = fork();
H A Dtask_under_cgroup.c44 pid = fork();
49 if (ASSERT_OK(ret, "fork process"))
/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-ctxt-sw-stress-test.c85 if (fork() == 0)
H A Ddisable-tsc-on-off-stress-test.c89 if (fork() == 0)
/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c157 event->event_data.fork.child_pid,
158 event->event_data.fork.child_tgid,
159 event->event_data.fork.parent_pid,
160 event->event_data.fork.parent_tgid);

Completed in 201 milliseconds

1234567891011>>