Searched refs:fork (Results 151 - 175 of 276) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c343 /* Make sure nothing explodes if we fork. */
344 if (fork() == 0)
H A Dtest_syscall_vdso.c345 pid = fork();
H A Dmov_ss_trap.c56 pid_t child = fork();
58 err(1, "fork");
H A Dlam.c174 pid = fork();
657 pid = fork();
678 pid = fork();
718 pid = fork();
814 /* fork a process to run test case */
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c77 pid_t pid = fork();
80 TH_LOG("fork: %m");
H A Dpeeksiginfo.c163 child = fork();
165 err("fork() failed: %m");
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c222 t = fork();
/linux-master/tools/thermal/tmon/
H A Dtmon.c339 /* fork */
340 pid_t sid, pid = fork();
/linux-master/samples/bpf/
H A Dtrace_event_user.c337 pid = fork();
H A Dtest_overhead_user.c114 pid[i] = fork();
H A Dtracex6_user.c83 pid[i] = fork();
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_child_memory.c37 child = fork();
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c168 pid = fork();
170 panic("fork");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_hierarchical_stats.c173 pid = fork();
H A Dtest_ima.c23 child_pid = fork();
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c356 child = fork();
H A Dzt-ptrace.c355 child = fork();
/linux-master/tools/testing/selftests/arm64/abi/
H A Dptrace.c261 child = fork();
/linux-master/tools/testing/selftests/mm/
H A Dmigration.c158 pid = fork();
H A Dmemfd_secret.c173 pid = fork();
175 fail("fork failed: %s\n", strerror(errno));
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-pkey.c308 pid = fork();
310 perror("fork() failed");
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-daemon.c173 pid = fork();
175 /* Could not fork */
/linux-master/tools/perf/bench/
H A Dsched-pipe.c251 pid = fork();
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c394 pid = fork();
/linux-master/tools/testing/selftests/net/
H A Dgre_gso.sh119 $NS_EXEC socat - tcp${proto}-listen:$port,reuseaddr,fork >/dev/null &

Completed in 204 milliseconds

1234567891011>>