Searched refs:fork (Results 101 - 125 of 276) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/mm/
H A Dmrelease_test.c110 pid = fork();
114 ksft_exit_fail_msg("fork: %s\n", strerror(errno));
H A Dmap_populate.c104 child = fork();
105 BUG_ON(child == -1, "fork()");
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c131 pid = fork();
133 error(1, errno, "fork");
152 pid = fork();
154 error(1, errno, "fork");
H A Dfin_ack_lat.c144 child_pid = fork();
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kill.c208 fork();
209 fork();
220 * The test runs a fork bomb in a cgroup and tries to kill it.
/linux-master/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c187 child = fork();
189 die("fork failed: %s\n",
265 child = fork();
267 die("fork failed: %s\n",
/linux-master/tools/bootconfig/scripts/
H A Dftrace2bconf.sh199 noevent-fork
202 nofunction-fork
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c255 pid = fork();
290 ns_pid = fork();
/linux-master/samples/seccomp/
H A Duser-trap.c215 worker = fork();
217 perror("fork");
286 tracer = fork();
288 perror("fork");
/linux-master/tools/perf/util/
H A Dbuild-id.c77 event->fork.pid,
78 event->fork.tid);
80 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid,
81 event->fork.ppid, event->fork.ptid);
95 .fork = perf_event__process_fork,
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c869 child_pid = fork();
888 child_pid = fork();
907 child_pid = fork();
1597 tracer_pid = fork();
2631 /* Just re-apply the root prog to fork the tree */
3045 child_pid = fork();
3288 pid = fork();
3382 pid = fork();
3414 pid = fork();
3510 pid = fork();
[all...]
/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/x86/
H A Dfsgsbase_restore.c155 pid_t chld = fork();
157 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");
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c134 pid = fork();
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c116 pid_t pid = fork();
121 "fork() failed: %s\n", strerror(errno));
/linux-master/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c46 pid_t pid = fork();
49 err(EXIT_FAILURE, "fork");
/linux-master/tools/perf/arch/x86/tests/
H A Dbp-modify.c32 int child = fork();
/linux-master/tools/testing/selftests/kcmp/
H A Dkcmp_test.c81 pid2 = fork();
83 perror("fork failed");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_local_storage.c31 child_pid = fork();
H A Dsend_signal.c32 pid = fork();
33 if (!ASSERT_GE(pid, 0, "fork")) {
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c136 forkret = fork();
/linux-master/fs/hfsplus/
H A Dextents.c397 struct hfsplus_fork_raw *fork, int type)
404 total_blocks = be32_to_cpu(fork->total_blocks);
410 blocks += be32_to_cpu(fork->extents[i].block_count);
412 res = hfsplus_free_extents(sb, fork->extents, blocks, blocks);
396 hfsplus_free_fork(struct super_block *sb, u32 cnid, struct hfsplus_fork_raw *fork, int type) argument
/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 215 milliseconds

1234567891011>>