Searched refs:fork (Results 251 - 275 of 276) sorted by path

<<1112

/linux-master/tools/testing/selftests/sync/
H A Dsync_test.c47 childpid = fork();
/linux-master/tools/testing/selftests/timens/
H A Dexec.c61 pid = fork();
63 return pr_perror("fork");
H A Dfutex.c89 pid = fork();
91 return pr_perror("Unable to fork");
H A Dtimer.c104 pid = fork();
106 return pr_perror("Unable to fork");
H A Dtimerfd.c111 pid = fork();
113 return pr_perror("Unable to fork");
/linux-master/tools/testing/selftests/timers/
H A Dclocksource-switch.c173 pid = fork();
H A Dskew_consistency.c50 pid = fork();
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c261 pid = fork();
263 fprintf(stderr, "%s - Failed to fork() new process\n", strerror(errno));
/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c347 /* Ensure COW pages get updated after fork */
351 if (fork() == 0) {
374 if (fork() == 0)
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c168 pid = fork();
170 panic("fork");
/linux-master/tools/testing/selftests/x86/
H A Damx.c514 parent = fork();
516 /* fork() failed */
517 fatal_error("fork");
520 /* fork() succeeded. Now in the parent. */
527 /* fork() succeeded. Now in the child . */
529 printf("[RUN]\tCheck ARCH_REQ_XCOMP_PERM around process fork() and sigaltack() test.\n");
532 child = fork();
534 fatal_error("fork");
563 grandchild = fork();
565 /* fork() faile
[all...]
H A Dcorrupt_xstate_header.c86 pid_t child = fork();
88 err(1, "fork");
H A Dfsgsbase.c457 pid_t child = fork();
460 err(1, "fork");
519 pid_t child = fork();
522 err(1, "fork");
H A Dfsgsbase_restore.c155 pid_t chld = fork();
157 err(1, "fork");
H A Dioperm.c120 /* Make sure that fork() preserves ioperm. */
126 pid_t child = fork();
128 err(1, "fork");
H A Diopl.c202 /* Restore our original state prior to starting the fork test. */
216 pid_t child = fork();
218 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 */
H A Dldt_gdt.c331 printf("[RUN]\tTest fork\n");
332 pid_t child = fork();
372 printf("[SKIP]\tSkipping fork and size tests because we have no LDT\n");
654 pid_t child = fork();
H A Dmov_ss_trap.c56 pid_t child = fork();
58 err(1, "fork");
H A Dptrace_syscall.c178 pid_t chld = fork();
180 err(1, "fork");
298 pid_t chld = fork();
300 err(1, "fork");
H A Dsyscall_numbering.c426 testpid = fork();
H A Dtest_shadow_stack.c364 pid = fork();
701 pid = fork();
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c426 *pid = fork();
428 ERROR("Failed to fork process: %m");
/linux-master/tools/thermal/tmon/
H A Dtmon.c339 /* fork */
340 pid_t sid, pid = fork();
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_u.c127 * This is a thread main that will fork one new process for each monitored
158 pid = fork();

Completed in 418 milliseconds

<<1112