Searched refs:do_fork (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dsyscall.c23 ret = do_fork(SIGCHLD, UPT_SP(&current->thread.regs.regs),
34 ret = do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dsys_score.c55 return do_fork(SIGCHLD, regs->regs[0], regs, 0, NULL, NULL);
76 return do_fork(clone_flags, newsp, regs, 0,
83 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD,
H A Dprocess.c145 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsys_arm.c37 return do_fork(SIGCHLD, regs->ARM_sp, regs, 0, NULL, NULL);
54 return do_fork(clone_flags, newsp, regs, 0, parent_tidptr, child_tidptr);
59 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->ARM_sp, regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dprocess.c105 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0, NULL, NULL);
180 return do_fork(SIGCHLD, rdusp(), regs, 0, NULL, NULL);
190 return do_fork(flags, newusp, regs, 0, parent_tid, child_tid);
200 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dprocess.c119 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0, NULL, NULL);
194 return do_fork(SIGCHLD, rdusp(), regs, 0, NULL, NULL);
204 return do_fork(flags, newusp, regs, 0, parent_tid, child_tid);
215 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dsys_microblaze.c39 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->r1,
47 return do_fork(flags, stack, regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dprocess.c153 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0,
256 return do_fork(clone_flags, newsp ?: __frame->sp, __frame, 0,
262 return do_fork(SIGCHLD, __frame->sp, __frame, 0, NULL, NULL);
267 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, __frame->sp, __frame,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess_32.c94 pid = do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0,
257 return do_fork(SIGCHLD, regs->regs[15], regs, 0, NULL, NULL);
272 return do_fork(clone_flags, newsp, regs, 0,
292 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->regs[15], regs,
H A Dprocess_64.c313 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0,
452 return do_fork(SIGCHLD, pregs->regs[15], pregs, 0, 0, 0);
462 return do_fork(clone_flags, newsp, pregs, 0, 0, 0);
480 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, pregs->regs[15], pregs, 0, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsyscalls.c31 ret = do_fork(clone_flags, newsp, &current->thread.regs, 0, parent_tid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dprocess.c142 return do_fork(flags | CLONE_VM | CLONE_UNTRACED,
229 return do_fork(SIGCHLD, regs->gprs[15], regs, 0, NULL, NULL);
239 return do_fork(clone_flags, newsp, regs, 0,
256 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dprocess.c197 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0, NULL,
251 return do_fork(SIGCHLD, regs.spu, &regs, 0, NULL, NULL);
266 return do_fork(clone_flags, newsp, &regs, 0,
284 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs.spu, &regs, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dtest-service.c403 dbus_bool_t do_fork; local
408 do_fork = FALSE;
414 do_fork = strcmp (argv[2], "fork") == 0;
416 do_fork = FALSE;
426 if (do_fork)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dprocess.c176 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0, NULL, NULL);
189 return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dvmlinux.lds.S63 *(.text.do_fork)
H A Dprocess.c244 return do_fork(clone_flags, usp, regs, 0, parent_tidptr, child_tidptr);
250 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->gr[30], regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsyscalls.c90 ret = do_fork(clone_flags, newsp, &current->thread.regs, 0, parent_tid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dprocess.c104 return do_fork(flags | CLONE_VM | CLONE_UNTRACED,
366 return do_fork(SIGCHLD, regs->sp, regs, 0, NULL, NULL);
375 return do_fork(clone_flags, newsp, regs, 0,
382 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->sp, regs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dprocess.c206 return do_fork(SIGCHLD, rdusp(), regs, 0, NULL, NULL);
211 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0,
228 return do_fork(clone_flags, newsp, regs, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dprocess.c162 return do_fork(SIGCHLD, user_stack(__frame), __frame, 0, NULL, NULL);
168 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, user_stack(__frame), __frame, 0,
183 return do_fork(clone_flags, newsp, __frame, 0, parent_tidptr, child_tidptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess.c235 return do_fork(SIGCHLD, regs->sp, regs, 0, NULL, NULL);
250 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->sp, regs, 0,
260 return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
297 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dprocess.c131 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0, NULL,
165 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0, NULL,
188 return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c526 return do_fork(SIGCHLD, regs->sp, regs, 0, NULL, NULL);
535 return do_fork(clone_flags, newsp, regs, 0,
541 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->sp,
627 return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsyscall.c214 return do_fork(SIGCHLD, regs.regs[29], &regs, 0, NULL, NULL);
245 return do_fork(clone_flags, newsp, &regs, 0,

Completed in 335 milliseconds

12