Searched refs:fork (Results 251 - 275 of 276) sorted by last modified time

<<1112

/linux-master/tools/testing/selftests/timens/
H A Dexec.c61 pid = fork();
63 return pr_perror("fork");
/linux-master/tools/testing/selftests/x86/
H A Dptrace_syscall.c178 pid_t chld = fork();
180 err(1, "fork");
298 pid_t chld = fork();
300 err(1, "fork");
H A Dioperm.c120 /* Make sure that fork() preserves ioperm. */
126 pid_t child = fork();
128 err(1, "fork");
H A Dtest_syscall_vdso.c345 pid = fork();
H A Dtest_mremap_vdso.c61 child = fork();
63 printf("[WARN]\tfailed to fork (%d): %m\n", errno);
H A Dentry_from_vm86.c343 /* Make sure nothing explodes if we fork. */
344 if (fork() == 0)
/linux-master/tools/testing/selftests/net/
H A Dfin_ack_lat.c144 child_pid = fork();
H A Dipv6_flowlabel_mgr.c131 pid = fork();
133 error(1, errno, "fork");
152 pid = fork();
154 error(1, errno, "fork");
/linux-master/tools/testing/selftests/openat2/
H A Drename_attack_test.c57 pid_t child = fork();
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c222 t = fork();
H A Dsignal.c57 pid = fork();
59 perror("fork");
74 /* Otherwise we'll loop too fast and fork() will eventually fail */
/linux-master/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c77 pid_t pid = fork();
80 TH_LOG("fork: %m");
/linux-master/tools/testing/selftests/proc/
H A Dsetns-sysvipc.c68 pid = fork();
H A Dsetns-dcache.c69 pid = fork();
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c47 pid = fork();
/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 Dfork_cleanup_test.c19 * Test that a fork clears the PMU state of the child. eg. BESCR/EBBHR/EBBRR
41 /* Tests that fork clears EBB state */
64 pid = fork();
71 /* After fork */
H A Debb_on_child_test.c55 pid = fork();
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S86 # r3 holds pointer to where to put the result of fork
99 # Pass the result of fork back to the caller
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c350 childpid = fork();
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py210 def wake_up(self, ts_list, pid, cpu, fork):
212 if fork:
355 def wake_up(self, headers, comm, pid, success, target_cpu, fork):
359 ts.wake_up(self.timeslices, pid, target_cpu, fork)
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c61 chld = fork();
63 err(1, "fork");
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c138 pid_t pid = fork();
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c50 pid = fork();
52 perror("fork");
88 pid_t pid = fork();
90 perror("fork");
112 perror("fork");
211 { "fork", no_argument, &do_fork, 1 },
221 fprintf(stderr, "Usage: fork <options> CPU\n\n");
222 fprintf(stderr, "\t\t--fork\tUse fork() (default threads)\n");
303 printf("fork");
[all...]

Completed in 184 milliseconds

<<1112