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

<<1112

/linux-master/tools/testing/selftests/net/
H A Dfib_tests.sh2293 ip netns exec $ns2 socat UDP4-LISTEN:54321,fork $tmp_file &
2351 ip netns exec $ns2 socat UDP6-LISTEN:54321,fork $tmp_file &
H A Dnettest.c1960 " -B do both client and server via fork and IPC\n"
2235 cpid = fork();
2237 perror("fork");
/linux-master/tools/perf/util/
H A Darm-spe.c931 event->fork.tid,
H A Devlist.c1425 evlist->workload.pid = fork();
1427 perror("failed to fork");
H A Dcs-etm.c54 * in the trace instead of matching timestamps with fork records so
56 * happen in cases like between a fork and an exec.
2766 event->fork.tid);
H A Dintel-pt.c3483 event->fork.tid,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c1494 child_pid = fork();
H A Dtc_redirect.c1175 tunnel_pid = fork();
1176 if (!ASSERT_GE(tunnel_pid, 0, "fork tun_relay_loop"))
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c253 * Since the child fork()ed from us the buffer addresses are
1227 child = fork();
1229 ksft_exit_fail_msg("fork() failed: %s (%d)\n",
/linux-master/tools/perf/bench/
H A Dnuma.c1590 pid = fork();
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1925 kvm->tool.fork = perf_event__process_fork;
H A Dbuiltin-diff.c477 .fork = perf_event__process_fork,
H A Dbuiltin-kwork.c1977 kwork->tool.fork = perf_event__process_fork;
H A Dbuiltin-record.c1998 * if the fork fails, since we asked by setting its
3347 .fork = perf_event__process_fork,
3376 * evlist__prepare_workload, etc instead of fork+exec'in 'perf record',
H A Dbuiltin-c2c.c394 .fork = perf_event__process_fork,
H A Dbuiltin-trace.c3611 * we fork the workload in evlist__prepare_workload.
4130 trace->tool.fork = perf_event__process_fork;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1746 pid = fork();
1748 perror("Failed to fork worker");
/linux-master/fs/
H A Duserfaultfd.c1011 msg->arg.fork.ufd = fd;
1022 * Handling fork event requires sleeping operations, so
1131 * The fork thread didn't abort, so we can
1141 * the event wasn't already released by fork
1142 * (the event is allocated on fork kernel
1155 * the userfault fork.
1161 * Here the fork thread aborted and the
1162 * refcount from the fork thread on fork_nctx
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c1959 const pid_t child = fork();
3779 child = fork();
/linux-master/arch/parisc/kernel/
H A Dentry.S1657 fork_like fork
1841 /* Always store space registers, since sr3 can be changed (e.g. fork) */
/linux-master/kernel/
H A Dfork.c3 * linux/kernel/fork.c
9 * 'fork.c' contains the help-routines for the 'fork' system call
1075 cpuhp_setup_state(CPUHP_BP_PREPARE_DYN, "fork:vm_stack_cache",
2203 * before the fork happens. Collect up signals sent to multiple
2204 * processes that happen during the fork and delay them so that
2205 * they appear to happen after the fork.
2269 * to stop root fork bombs.
2505 * stalling fork(2) after we recorded the start_time but before it is
2548 /* Let kill terminate clone/fork i
[all...]
/linux-master/kernel/cgroup/
H A Dcgroup.c1493 * way a task attached to that cgroup can fork (the other way to
2590 * Nothing is sensitive to fork() after this point. Notify
6016 have_fork_callback |= (bool)ss->fork << ss->id;
6023 * need to invoke fork callbacks here. */
6486 * cgroup_css_set_put_fork - drop references we took during fork
6522 * callback returns an error, the fork aborts with that error code. This
6556 * cgroup_cancel_fork - called if a fork failed after cgroup_can_fork()
6560 * This calls the cancel_fork() callbacks if a fork failed *after*
6582 * Attach the child process to its css_set calling the subsystem fork()
6646 * Call ss->fork()
[all...]
H A Dcpuset.c4291 .fork = cpuset_fork,
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c56 int whichfork) /* data or attr fork */
67 * The maximum number of extents in a fork, hence the maximum number of
71 * fork offset of all the inodes will be
200 * Calculate the default attribute fork offset for newly created inodes.
212 * Helper routine to reset inode i_forkoff field when switching attribute fork
214 * available for inline data fork extents.
344 int whichfork) /* data or attr fork */
549 * Inode fork format manipulation functions
565 int whichfork) /* data or attr fork */
634 int whichfork) /* data or attr fork */
4363 xfs_bmapi_minleft( struct xfs_trans *tp, struct xfs_inode *ip, int fork) argument
[all...]
/linux-master/mm/
H A Dmemcontrol.c7100 .fork = mem_cgroup_fork,

Completed in 430 milliseconds

<<1112