Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dkthread.c56 #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()
Dfork.c814 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/
Dsystbl.h196 PPC_SYS(vfork)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl67 58 common vfork stub_vfork
Dsyscall_32.tbl199 190 i386 vfork sys_vfork sys_vfork
/linux-4.4.14/arch/alpha/kernel/
Dentry.S812 fork_like vfork
/linux-4.4.14/arch/x86/entry/
Dentry_64.S368 FORK_LIKE vfork
/linux-4.4.14/Documentation/
Dnommu-mmap.txt12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
Dadding-syscalls.txt387 different location (rt_sigreturn) or change the memory space (fork/vfork/clone)
/linux-4.4.14/Documentation/security/
Dkeys.txt156 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/
Dentry.S1736 fork_like vfork