Home
last modified time | relevance | path

Searched refs:vfork (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dvfork.patch1 Subject: [PATCH] netperf: fix vfork/fork
30 + switch (vfork()) {
51 + switch (vfork()) {
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dvmalloced-kernel-stacks.rst94 线程栈分配是由clone()、fork()、vfork()、kernel_thread()通过kernel_clone()
/openbmc/linux/tools/testing/selftests/timens/
H A Dvfork_exec.c109 pid = vfork(); in main()
/openbmc/linux/kernel/
H A Dfork.c1572 struct completion *vfork; in complete_vfork_done() local
1575 vfork = tsk->vfork_done; in complete_vfork_done()
1576 if (likely(vfork)) { in complete_vfork_done()
1578 complete(vfork); in complete_vfork_done()
1584 struct completion *vfork) in wait_for_vfork_done() argument
1590 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done()
2871 struct completion vfork; in kernel_clone() local
2928 p->vfork_done = &vfork; in kernel_clone()
2929 init_completion(&vfork); in kernel_clone()
2947 if (!wait_for_vfork_done(p, &vfork)) in kernel_clone()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c110 pid_t pid = vfork(); in bench_vfork()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/
H A Dnetperf_git.bb12 file://vfork.patch \
/openbmc/pldm/
H A D.clang-tidy128 clang-analyzer-security.insecureAPI.vfork,
/openbmc/qemu/system/
H A Dqemu-seccomp.c218 { SCMP_SYS(vfork), QEMU_SECCOMP_SET_SPAWN,
/openbmc/qemu/bsd-user/netbsd/
H A Dstrace.list142 { TARGET_NETBSD_NR_vfork, "vfork", NULL, NULL, NULL },
/openbmc/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst105 Thread stack allocation is initiated from clone(), fork(), vfork(),
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_freezer.c765 int pid = vfork(); in vfork_fn()
/openbmc/libpldm/
H A D.clang-tidy126 clang-analyzer-security.insecureAPI.vfork,
/openbmc/libcper/
H A D.clang-tidy126 clang-analyzer-security.insecureAPI.vfork,
/openbmc/obmc-console/
H A D.clang-tidy126 clang-analyzer-security.insecureAPI.vfork,
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list183 { TARGET_OPENBSD_NR_vfork, "vfork", NULL, NULL, NULL },
/openbmc/bios-bmc-smm-error-logger/
H A D.clang-tidy96 clang-analyzer-security.insecureAPI.vfork,
/openbmc/phosphor-bmc-code-mgmt/
H A D.clang-tidy183 clang-analyzer-security.insecureAPI.vfork,
/openbmc/phosphor-state-manager/
H A D.clang-tidy184 clang-analyzer-security.insecureAPI.vfork,
/openbmc/phosphor-led-manager/
H A D.clang-tidy184 clang-analyzer-security.insecureAPI.vfork,
/openbmc/phosphor-psu-code-mgmt/
H A D.clang-tidy180 clang-analyzer-security.insecureAPI.vfork,
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl69 58 common vfork sys_vfork
/openbmc/estoraged/
H A D.clang-tidy187 clang-analyzer-security.insecureAPI.vfork,
/openbmc/phosphor-time-manager/
H A D.clang-tidy185 clang-analyzer-security.insecureAPI.vfork,
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl69 58 common vfork sys_vfork
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl69 58 common vfork sys_vfork

123