Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dvmalloced-kernel-stacks.rst94 线程栈分配是由clone()、fork()、vfork()、kernel_thread()通过kernel_clone()
/linux-6.3-rc2/tools/testing/selftests/timens/
A Dvfork_exec.c109 pid = vfork(); in main()
/linux-6.3-rc2/kernel/
A Dfork.c1436 struct completion *vfork; in complete_vfork_done() local
1439 vfork = tsk->vfork_done; in complete_vfork_done()
1440 if (likely(vfork)) { in complete_vfork_done()
1442 complete(vfork); in complete_vfork_done()
1448 struct completion *vfork) in wait_for_vfork_done() argument
1454 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done()
2646 struct completion vfork; in kernel_clone() local
2703 p->vfork_done = &vfork; in kernel_clone()
2704 init_completion(&vfork); in kernel_clone()
2722 if (!wait_for_vfork_done(p, &vfork)) in kernel_clone()
[all …]
/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/
A Dfork.c110 pid_t pid = vfork(); in bench_vfork()
/linux-6.3-rc2/tools/testing/selftests/cgroup/
A Dtest_freezer.c765 int pid = vfork(); in vfork_fn()
/linux-6.3-rc2/Documentation/mm/
A Dvmalloced-kernel-stacks.rst105 Thread stack allocation is initiated from clone(), fork(), vfork(),
/linux-6.3-rc2/arch/x86/entry/syscalls/
A Dsyscall_64.tbl69 58 common vfork sys_vfork
A Dsyscall_32.tbl204 190 i386 vfork sys_vfork
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl69 58 common vfork sys_vfork
/linux-6.3-rc2/arch/sh/kernel/syscalls/
A Dsyscall.tbl200 190 common vfork sys_vfork
/linux-6.3-rc2/arch/arm/tools/
A Dsyscall.tbl206 190 common vfork sys_vfork
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl200 190 common vfork sys_vfork
/linux-6.3-rc2/arch/m68k/kernel/syscalls/
A Dsyscall.tbl200 190 common vfork __sys_vfork
/linux-6.3-rc2/arch/parisc/kernel/syscalls/
A Dsyscall.tbl128 113 common vfork sys_vfork_wrapper
/linux-6.3-rc2/arch/sparc/kernel/syscalls/
A Dsyscall.tbl90 66 common vfork sys_vfork
/linux-6.3-rc2/arch/alpha/kernel/syscalls/
A Dsyscall.tbl75 66 common vfork alpha_vfork
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl245 189 nospu vfork sys_vfork
/linux-6.3-rc2/arch/s390/kernel/syscalls/
A Dsyscall.tbl181 190 common vfork sys_vfork sys_vfork
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl245 189 nospu vfork sys_vfork
/linux-6.3-rc2/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl181 190 common vfork sys_vfork sys_vfork
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dnommu-mmap.rst12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
/linux-6.3-rc2/Documentation/arm64/
A Dsme.rst262 fork() or vfork() and the corresponding execve() in typical use).
A Dsve.rst282 fork() or vfork() and the corresponding execve() in typical use).
/linux-6.3-rc2/Documentation/security/keys/
A Dcore.rst144 clone, fork, vfork or execve occurs. A new keyring is created only when
148 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is
152 The session-specific keyring is persistent across clone, fork, vfork and
/linux-6.3-rc2/arch/parisc/kernel/
A Dentry.S1637 fork_like vfork

Completed in 25 milliseconds

12