Home
last modified time | relevance | path

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

/linux-4.1.27/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.c805 struct completion *vfork; in complete_vfork_done() local
808 vfork = tsk->vfork_done; in complete_vfork_done()
809 if (likely(vfork)) { in complete_vfork_done()
811 complete(vfork); in complete_vfork_done()
817 struct completion *vfork) in wait_for_vfork_done() argument
822 killed = wait_for_completion_killable(vfork); in wait_for_vfork_done()
1712 struct completion vfork; in do_fork() local
1724 p->vfork_done = &vfork; in do_fork()
1725 init_completion(&vfork); in do_fork()
1736 if (!wait_for_vfork_done(p, &vfork)) in do_fork()
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h196 PPC_SYS(vfork)
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl67 58 common vfork stub_vfork
Dsyscall_32.tbl199 190 i386 vfork sys_vfork stub32_vfork
/linux-4.1.27/arch/alpha/kernel/
Dentry.S812 fork_like vfork
/linux-4.1.27/arch/x86/kernel/
Dentry_64.S503 FORK_LIKE vfork
/linux-4.1.27/Documentation/
Dnommu-mmap.txt12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
/linux-4.1.27/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.1.27/arch/parisc/kernel/
Dentry.S1724 fork_like vfork