Searched refs:vfork (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/kernel/ |
D | kthread.c | 56 #define __to_kthread(vfork) \ argument 57 container_of(vfork, struct kthread, exited) 66 struct completion *vfork = ACCESS_ONCE(k->vfork_done); in to_live_kthread() local 67 if (likely(vfork)) in to_live_kthread() 68 return __to_kthread(vfork); in to_live_kthread()
|
D | fork.c | 814 struct completion *vfork; in complete_vfork_done() local 817 vfork = tsk->vfork_done; in complete_vfork_done() 818 if (likely(vfork)) { in complete_vfork_done() 820 complete(vfork); in complete_vfork_done() 826 struct completion *vfork) in wait_for_vfork_done() argument 831 killed = wait_for_completion_killable(vfork); in wait_for_vfork_done() 1729 struct completion vfork; in _do_fork() local 1741 p->vfork_done = &vfork; in _do_fork() 1742 init_completion(&vfork); in _do_fork() 1753 if (!wait_for_vfork_done(p, &vfork)) in _do_fork() [all …]
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 196 PPC_SYS(vfork)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 67 58 common vfork stub_vfork
|
D | syscall_32.tbl | 199 190 i386 vfork sys_vfork sys_vfork
|
/linux-4.4.14/arch/alpha/kernel/ |
D | entry.S | 812 fork_like vfork
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_64.S | 368 FORK_LIKE vfork
|
/linux-4.4.14/Documentation/ |
D | nommu-mmap.txt | 12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
|
D | adding-syscalls.txt | 387 different location (rt_sigreturn) or change the memory space (fork/vfork/clone)
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 156 clone, fork, vfork or execve occurs. A new keyring is created only when 160 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is 164 The session-specific keyring is persistent across clone, fork, vfork and
|
/linux-4.4.14/arch/parisc/kernel/ |
D | entry.S | 1736 fork_like vfork
|