Searched refs:do_fork (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/parisc/kernel/ |
D | vmlinux.lds.S | 78 *(.text.do_fork)
|
/linux-4.4.14/arch/h8300/kernel/ |
D | process.c | 169 return do_fork(clone_flags, newsp, 0, in sys_clone()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | process.c | 128 return do_fork(regs->d1, regs->d2, 0, in m68k_clone()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | process.c | 109 return do_fork(clone_flags, newsp, 0, NULL, NULL); in bfin_clone()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | process_32.c | 277 ret = do_fork(clone_flags, stack_start, stack_size,
|
D | process_64.c | 600 ret = do_fork(clone_flags, stack_start, stack_size, in sparc_do_fork()
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry.S | 60 ; out whenever kernel_execve (now inline do_fork()) is involved
|
/linux-4.4.14/arch/nios2/kernel/ |
D | entry.S | 396 call do_fork
|
/linux-4.4.14/arch/ia64/kernel/ |
D | entry.S | 125 br.call.sptk.many rp=do_fork 156 br.call.sptk.many rp=do_fork
|
/linux-4.4.14/Documentation/ |
D | kprobes.txt | 579 do_exit() case covered. do_execve() and do_fork() are not an issue. 693 c011a316 j do_fork+0x0
|
/linux-4.4.14/kernel/ |
D | fork.c | 1767 long do_fork(unsigned long clone_flags, in do_fork() function
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2633 extern long do_fork(unsigned long, unsigned long, unsigned long, int __user *, int __user *);
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1180 => do_fork
|