Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h1801 #define PF_FORKNOEXEC 0x00000040 /* Forked but didn't exec */ macro
/linux/fs/
H A Dexec.c1237 me->flags &= ~(PF_RANDOMIZE | PF_FORKNOEXEC | in begin_new_exec()
/linux/kernel/
H A Dfork.c2197 p->flags |= PF_FORKNOEXEC; in copy_process()