Home
last modified time | relevance | path

Searched refs:PF_FORKNOEXEC (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dsched.h1760 #define PF_FORKNOEXEC 0x00000040 /* Forked but didn't exec */ macro
/linux/kernel/
H A Dfork.c2148 p->flags |= PF_FORKNOEXEC; in copy_process()
H A Dsys.c1149 if (!(p->flags & PF_FORKNOEXEC)) in SYSCALL_DEFINE2()