Searched refs:vfork (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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 | 805 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/ |
D | systbl.h | 196 PPC_SYS(vfork)
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 67 58 common vfork stub_vfork
|
D | syscall_32.tbl | 199 190 i386 vfork sys_vfork stub32_vfork
|
/linux-4.1.27/arch/alpha/kernel/ |
D | entry.S | 812 fork_like vfork
|
/linux-4.1.27/arch/x86/kernel/ |
D | entry_64.S | 503 FORK_LIKE vfork
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and
|
/linux-4.1.27/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.1.27/arch/parisc/kernel/ |
D | entry.S | 1724 fork_like vfork
|