Home
last modified time | relevance | path

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

/linux/kernel/
H A Dfork.c1585 struct completion *vfork; in complete_vfork_done() local
1588 vfork = tsk->vfork_done; in complete_vfork_done()
1589 if (likely(vfork)) { in complete_vfork_done()
1591 complete(vfork); in complete_vfork_done()
1597 struct completion *vfork) in wait_for_vfork_done() argument
1603 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done()
2777 struct completion vfork; in kernel_clone() local
2834 p->vfork_done = &vfork; in kernel_clone()
2835 init_completion(&vfork); in kernel_clone()
2853 if (!wait_for_vfork_done(p, &vfork)) in kernel_clone()
[all …]
/linux/Documentation/translations/zh_CN/mm/
H A Dvmalloced-kernel-stacks.rst94 线程栈分配是由clone()、fork()、vfork()、kernel_thread()通过kernel_clone()
/linux/tools/testing/selftests/timens/
H A Dvfork_exec.c109 pid = vfork(); in main()
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c110 pid_t pid = vfork(); in bench_vfork()
/linux/tools/testing/selftests/cgroup/
H A Dtest_freezer.c765 int pid = vfork(); in vfork_fn()
/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst105 Thread stack allocation is initiated from clone(), fork(), vfork(),
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl70 58 common vfork sys_vfork
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl70 58 common vfork sys_vfork
H A Dsyscall_32.tbl205 190 i386 vfork sys_vfork
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl247 189 nospu vfork sys_vfork
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl181 190 common vfork sys_vfork sys_vfork
/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
/linux/Documentation/security/keys/
H 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/Documentation/process/
H A Dadding-syscalls.rst400 (``fork``/``vfork``/``clone``) or even architecture (``execve``/``execveat``)
/linux/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst447 la memoria in spazio utente (``fork``/``vfork``/``clone``) o perfino
/linux/Documentation/translations/sp_SP/process/
H A Dadding-syscalls.rst443 cambiar el espacio de memoria (``fork``/``vfork``/``clone``) o incluso de
/linux/arch/parisc/kernel/
H A Dentry.S1656 fork_like vfork