Searched refs:fork (Results 126 - 150 of 276) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/netfilter/
H A Dnf_nat_edemux.sh65 ip netns exec $ns1 socat -u TCP-LISTEN:5201,fork OPEN:/dev/null,wronly=1 &
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c151 pid = fork();
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c154 pid = fork();
H A Dverify_pkcs7_sig.c88 child_pid = fork();
125 child_pid = fork();
/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c92 * If we fork the value in the parent should be unchanged and the
104 newpid = fork();
123 putstr("# fork() failed: -");
/linux-master/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c53 pid_t pid = fork();
57 ksft_print_msg("fork() failed: %s\n", strerror(errno));
/linux-master/include/uapi/linux/
H A Duserfaultfd.h126 } fork; member in union:uffd_msg::__anon644
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c113 pid = fork();
115 err(EXIT_FAILURE, "fork");
/linux-master/drivers/connector/
H A Dcn_proc.c134 ev->event_data.fork.parent_pid = parent->pid;
135 ev->event_data.fork.parent_tgid = parent->tgid;
137 ev->event_data.fork.child_pid = task->pid;
138 ev->event_data.fork.child_tgid = task->tgid;
/linux-master/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c164 pid = fork();
165 TEST_ASSERT(pid >= 0, "%s: unable to fork", __func__);
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dpeer.sh118 ip netns exec nssv socat TCP-LISTEN:1234,fork $tmp_file &
/linux-master/tools/testing/selftests/proc/
H A Dproc-empty-vm.c176 pid = fork();
178 fprintf(stderr, "fork, errno %d\n", errno);
465 pid_t pid = fork();
467 perror("fork");
H A Dproc-pid-vm.c242 pid = fork();
244 fprintf(stderr, "fork, errno %d\n", errno);
322 pid = fork();
/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/perf/util/
H A Dsynthetic-events.c266 memset(&event->fork, 0, sizeof(event->fork) + machine->id_hdr_size);
274 event->fork.ppid = ppid;
275 event->fork.ptid = ppid;
277 event->fork.ppid = tgid;
278 event->fork.ptid = tgid;
280 event->fork.pid = tgid;
281 event->fork.tid = pid;
282 event->fork.header.type = PERF_RECORD_FORK;
283 event->fork
[all...]
/linux-master/fs/hfsplus/
H A Dhfsplus_fs.h259 #define HFSPLUS_I_RSRC 0 /* represents a resource fork */
465 struct hfsplus_fork_raw *fork, int type);
480 struct hfsplus_fork_raw *fork);
482 struct hfsplus_fork_raw *fork);
/linux-master/tools/testing/selftests/mm/
H A Dcow.c214 ret = fork();
216 ksft_test_result_fail("fork() failed\n");
312 ret = fork();
314 ksft_test_result_fail("fork() failed\n");
437 * fork() and keep the child alive until we're done. Note that
440 ret = fork();
442 ksft_test_result_fail("fork() failed\n");
586 ret = fork();
588 ksft_test_result_fail("fork() failed\n");
874 ret = fork();
[all...]
H A Dksm_functional_tests.c459 child_pid = fork();
463 ksft_test_result_fail("fork() failed\n");
505 child_pid = fork();
507 ksft_test_result_skip("fork() failed\n");
/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 Dfsgsbase.c457 pid_t child = fork();
460 err(1, "fork");
519 pid_t child = fork();
522 err(1, "fork");
H A Dtest_shadow_stack.c364 pid = fork();
701 pid = 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));
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c329 pid = fork();
454 pid = fork();
H A Dtest_freezer.c338 * A fork bomb emulator.
344 fork();
345 fork();
356 * The test runs a fork bomb in a cgroup and tries to freeze it.
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c138 pid_t pid = fork();

Completed in 306 milliseconds

1234567891011>>