Searched refs:PF_FORKNOEXEC (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/kernel/
H A Dtsacct.c49 if (tsk->flags & PF_FORKNOEXEC) bacct_add_tsk()
H A Dacct.c553 if (current->flags & PF_FORKNOEXEC) acct_collect()
H A Dsys.c917 * !PF_FORKNOEXEC check to conform completely to POSIX.
953 if (!(p->flags & PF_FORKNOEXEC)) SYSCALL_DEFINE2()
H A Dfork.c1333 p->flags |= PF_FORKNOEXEC; copy_process()
/linux-4.1.27/fs/
H A Dexec.c1106 current->flags &= ~(PF_RANDOMIZE | PF_FORKNOEXEC | PF_KTHREAD | flush_old_exec()
/linux-4.1.27/include/linux/
H A Dsched.h1970 #define PF_FORKNOEXEC 0x00000040 /* forked but didn't exec */ macro

Completed in 108 milliseconds