Searched refs:fork (Results 201 - 225 of 276) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c169 pid_t child = fork();
189 ksft_exit_fail_msg("fork - %s\n", strerror(errno));
/linux-master/tools/testing/selftests/kvm/
H A Dget-reg-list.c387 pid = fork();
/linux-master/tools/testing/selftests/landlock/
H A Dbase_test.c291 child = fork();
/linux-master/kernel/
H A DMakefile6 obj-y = fork.o exec_domain.o panic.o \
/linux-master/tools/testing/selftests/mm/
H A Dkhugepaged.c900 printf("Share small page over fork()...");
901 if (!fork()) {
938 printf("Share huge page over fork()...");
939 if (!fork()) {
988 printf("Share huge page over fork()...");
989 if (!fork()) {
H A Dprotection_keys.c448 forkret = fork();
450 dprintf3("[%d] fork() ret: %d\n", getpid(), forkret);
1194 forkret = fork();
1196 dprintf3("[%d] fork() ret: %d\n", getpid(), forkret);
1238 * preserved across fork().
1563 child = fork();
1565 dprintf3("[%d] fork() ret: %d\n", getpid(), child);
/linux-master/tools/perf/util/
H A Dmachine.c1914 event->fork.pid,
1915 event->fork.tid);
1917 event->fork.ppid,
1918 event->fork.ptid);
1928 * (fork) event that would have removed the thread was lost. Assume the
1931 if (thread__pid(parent) != (pid_t)event->fork.ppid) {
1936 parent = machine__findnew_thread(machine, event->fork.ppid,
1937 event->fork.ptid);
1946 thread = machine__findnew_thread(machine, event->fork.pid,
1947 event->fork
[all...]
H A Ddata-convert-json.c329 .fork = perf_event__process_fork,
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c350 childpid = fork();
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c687 if (1 && !fork()) {
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c426 *pid = fork();
428 ERROR("Failed to fork process: %m");
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c70 child->pid = fork();
72 ksft_exit_fail_msg("fork() failed: %s (%d)\n",
H A Dsve-ptrace.c754 child = fork();
/linux-master/samples/bpf/
H A Dtest_lru_dist.c243 pid[i] = fork();
H A Dmap_perf_test_user.c354 pid[i] = fork();
/linux-master/tools/accounting/
H A Dgetdelays.c365 /* fork/exec a child */
366 tid = fork();
/linux-master/arch/m68k/kernel/
H A Dentry.S127 | After a fork we jump here directly from resume,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c535 pid_t p = fork();
538 die_perror("fork");
/linux-master/tools/lib/perf/tests/
H A Dtest-evlist.c247 pid = fork();
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c811 pid = fork();
/linux-master/tools/perf/
H A Dbuiltin-mem.c458 .fork = perf_event__process_fork,
H A Dbuiltin-script.c2605 event->fork.pid, event->fork.tid,
2606 event->fork.time);
2614 if (print_event_with_time(tool, event, sample, machine, event->fork.pid,
2615 event->fork.tid, event->fork.time))
2820 script->tool.fork = process_fork_event;
3874 .fork = perf_event__process_fork,
3984 "Show the fork/comm/exit events"),
4146 pid = fork();
[all...]
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c92 child = fork();
94 ksft_perror("fork() failed");
/linux-master/tools/testing/selftests/net/
H A Dtls.c1246 int res = fork();
1300 res = fork();
1377 pid = fork();
1818 ret = fork();
1931 ret = fork();
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c726 pid = fork();
934 CASE_TEST(fork); EXPECT_SYSZR(1, test_fork()); break;
1188 pid = fork();
1192 llen += printf("fork()");

Completed in 385 milliseconds

1234567891011>>