Searched refs:vfork (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/kernel/ |
D | fork.c | 1163 struct completion *vfork; in complete_vfork_done() local 1166 vfork = tsk->vfork_done; in complete_vfork_done() 1167 if (likely(vfork)) { in complete_vfork_done() 1169 complete(vfork); in complete_vfork_done() 1175 struct completion *vfork) in wait_for_vfork_done() argument 1180 killed = wait_for_completion_killable(vfork); in wait_for_vfork_done() 2142 struct completion vfork; in _do_fork() local 2186 p->vfork_done = &vfork; in _do_fork() 2187 init_completion(&vfork); in _do_fork() 2198 if (!wait_for_vfork_done(p, &vfork)) in _do_fork() [all …]
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | fork.c | 110 pid_t pid = vfork(); in bench_vfork()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 197 PPC_SYS(vfork)
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 69 58 common vfork __x64_sys_vfork/ptregs
|
D | syscall_32.tbl | 204 190 i386 vfork sys_vfork __ia32_sys_vfork
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 69 58 common vfork __x64_sys_vfork/ptregs
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 206 190 common vfork sys_vfork
|
/Linux-v4.19/arch/alpha/kernel/ |
D | entry.S | 812 fork_like vfork
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 181 190 common vfork sys_vfork sys_vfork
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 181 190 common vfork sys_vfork sys_vfork
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
|
/Linux-v4.19/Documentation/arm64/ |
D | sve.txt | 221 fork() or vfork() and the corresponding execve() in typical use).
|
/Linux-v4.19/Documentation/security/keys/ |
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-v4.19/arch/parisc/kernel/ |
D | entry.S | 1749 fork_like vfork
|
/Linux-v4.19/Documentation/process/ |
D | adding-syscalls.rst | 397 (``fork``/``vfork``/``clone``) or even architecture (``execve``/``execveat``)
|