Searched refs:PF_FORKNOEXEC (Results 1 – 6 of 6) sorted by relevance
49 if (tsk->flags & PF_FORKNOEXEC) in bacct_add_tsk()
553 if (current->flags & PF_FORKNOEXEC) in acct_collect()
1338 p->flags |= PF_FORKNOEXEC; in copy_process()
953 if (!(p->flags & PF_FORKNOEXEC)) in SYSCALL_DEFINE2()
1112 current->flags &= ~(PF_RANDOMIZE | PF_FORKNOEXEC | PF_KTHREAD | in flush_old_exec()
2075 #define PF_FORKNOEXEC 0x00000040 /* forked but didn't exec */ macro