Searched refs:SIGCHLD (Results 1 - 25 of 50) sorted by relevance

12

/arch/openrisc/kernel/
H A Dsys_or32.c53 return do_fork(SIGCHLD, regs->sp, regs, 0, NULL, NULL);
/arch/um/kernel/skas/
H A Dclone.c29 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD,
/arch/alpha/kernel/
H A Dasm-offsets.c38 DEFINE(SIGCHLD, SIGCHLD);
/arch/mips/include/asm/
H A Dsignal.h42 #define SIGCHLD 18 /* Child status has changed (POSIX). */ macro
43 #define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */
68 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
70 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/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,
/arch/arm/kernel/
H A Dsys_arm.c37 return do_fork(SIGCHLD, regs->ARM_sp, regs, 0, NULL, NULL);
59 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->ARM_sp, regs, 0, NULL, NULL);
/arch/score/kernel/
H A Dsys_score.c55 return do_fork(SIGCHLD, regs->regs[0], regs, 0, NULL, NULL);
83 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD,
/arch/ia64/include/asm/
H A Dsignal.h29 #define SIGCHLD 17 macro
60 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
62 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/parisc/include/asm/
H A Dsignal.h22 #define SIGCHLD 18 macro
52 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
54 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/powerpc/include/asm/
H A Dsignal.h37 #define SIGCHLD 17 macro
67 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
69 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/cris/arch-v10/kernel/
H A Dprocess.c181 return do_fork(SIGCHLD, rdusp(), regs, 0, NULL, NULL);
202 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0, NULL, NULL);
/arch/cris/arch-v32/kernel/
H A Dprocess.c194 return do_fork(SIGCHLD, rdusp(), regs, 0, NULL, NULL);
216 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, rdusp(), regs, 0, NULL, NULL);
/arch/alpha/include/asm/
H A Dsignal.h55 #define SIGCHLD 20 macro
81 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
83 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/arm/include/asm/
H A Dsignal.h48 #define SIGCHLD 17 macro
78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
79 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/avr32/include/asm/
H A Dsignal.h55 #define SIGCHLD 17 macro
83 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
84 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/cris/include/asm/
H A Dsignal.h48 #define SIGCHLD 17 macro
78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
80 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/h8300/include/asm/
H A Dsignal.h48 #define SIGCHLD 17 macro
78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
80 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/m32r/include/asm/
H A Dsignal.h50 #define SIGCHLD 17 macro
80 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
82 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/mn10300/include/asm/
H A Dsignal.h58 #define SIGCHLD 17 macro
88 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
90 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/s390/include/asm/
H A Dsignal.h58 #define SIGCHLD 17 macro
88 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
90 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/xtensa/include/asm/
H A Dsignal.h51 #define SIGCHLD 17 macro
79 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
81 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/m68k/include/asm/
H A Dsignal.h48 #define SIGCHLD 17 macro
78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
80 * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies.
/arch/microblaze/kernel/
H A Dsys_microblaze.c39 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->r1,
/arch/sparc/include/asm/
H A Dsignal.h67 #define SIGCHLD 20 macro
132 #define _SV_IGNCHILD 8u /* Do not send SIGCHLD */
/arch/frv/kernel/
H A Dprocess.c159 return do_fork(SIGCHLD, user_stack(__frame), __frame, 0, NULL, NULL);
165 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, user_stack(__frame), __frame, 0,

Completed in 334 milliseconds

12