Searched refs:fork (Results 176 - 200 of 276) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c41 child_pid = fork();
H A Dtest_bprm_opts.c36 child_pid = fork();
H A Dcgroup_hierarchical_stats.c173 pid = fork();
H A Ddeny_namespace.c36 pid = fork();
/linux-master/tools/testing/selftests/arm64/fp/
H A Dzt-ptrace.c355 child = fork();
H A Dsve-ptrace.c754 child = fork();
H A Dza-ptrace.c356 child = fork();
H A Dfp-stress.c70 child->pid = fork();
72 ksft_exit_fail_msg("fork() failed: %s (%d)\n",
/linux-master/samples/bpf/
H A Dtest_overhead_user.c114 pid[i] = fork();
H A Dtest_lru_dist.c243 pid[i] = fork();
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c242 pid = fork();
244 fprintf(stderr, "fork, errno %d\n", errno);
322 pid = fork();
/linux-master/tools/virtio/
H A Dvringh_test.c172 if (fork() != 0) {
/linux-master/tools/perf/tests/workloads/
H A Dsqrtloop.c34 switch (fork()) {
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c785 rxpid = fork();
824 txpid = fork();
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c289 child_pid = fork();
301 perror("fork");
441 * if any params left, it must be a command to fork
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c25 // amount to a 30 second fork bomb. The current design reliably triggers the bug on
142 pid = fork();
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-cqm.c20 pid = fork();
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.c133 pid = fork();
135 perror("fork() failed");
/linux-master/tools/perf/util/
H A Dtool.h51 fork, member in struct:perf_tool
/linux-master/tools/testing/selftests/timers/
H A Dskew_consistency.c50 pid = fork();
H A Dclocksource-switch.c173 pid = fork();
/linux-master/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c271 cpid = fork();
273 die("fork\n");
327 cpid = fork();
329 die("fork\n");
385 cpid = fork();
387 die("fork\n");
/linux-master/tools/testing/selftests/kcmp/
H A Dkcmp_test.c81 pid2 = fork();
83 perror("fork failed");
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c168 pid = fork();
170 panic("fork");
/linux-master/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c395 pid = fork();
397 TH_LOG("%s - Failed to fork", strerror(errno));
514 pid = fork();
518 TH_LOG("%s - Failed to fork", strerror(errno));

Completed in 223 milliseconds

1234567891011>>