Searched refs:vfork (Results 1 – 17 of 17) sorted by relevance
/linux/kernel/ |
H A D | fork.c | 1585 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 D | vmalloced-kernel-stacks.rst | 94 线程栈分配是由clone()、fork()、vfork()、kernel_thread()通过kernel_clone()
|
/linux/tools/testing/selftests/timens/ |
H A D | vfork_exec.c | 109 pid = vfork(); in main()
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | fork.c | 110 pid_t pid = vfork(); in bench_vfork()
|
/linux/tools/testing/selftests/cgroup/ |
H A D | test_freezer.c | 765 int pid = vfork(); in vfork_fn()
|
/linux/Documentation/mm/ |
H A D | vmalloced-kernel-stacks.rst | 105 Thread stack allocation is initiated from clone(), fork(), vfork(),
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 70 58 common vfork sys_vfork
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 70 58 common vfork sys_vfork
|
H A D | syscall_32.tbl | 205 190 i386 vfork sys_vfork
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 247 189 nospu vfork sys_vfork
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 181 190 common vfork sys_vfork sys_vfork
|
/linux/Documentation/admin-guide/mm/ |
H A D | nommu-mmap.rst | 12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
|
/linux/Documentation/security/keys/ |
H A D | core.rst | 144 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 D | adding-syscalls.rst | 400 (``fork``/``vfork``/``clone``) or even architecture (``execve``/``execveat``)
|
/linux/Documentation/translations/it_IT/process/ |
H A D | adding-syscalls.rst | 447 la memoria in spazio utente (``fork``/``vfork``/``clone``) o perfino
|
/linux/Documentation/translations/sp_SP/process/ |
H A D | adding-syscalls.rst | 443 cambiar el espacio de memoria (``fork``/``vfork``/``clone``) o incluso de
|
/linux/arch/parisc/kernel/ |
H A D | entry.S | 1656 fork_like vfork
|