Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dtsacct.c48 if (thread_group_leader(tsk) && (tsk->flags & PF_FORKNOEXEC)) in bacct_add_tsk()
H A Dacct.c609 if (current->flags & PF_FORKNOEXEC) in acct_collect()
H A Dfork.c2383 p->flags |= PF_FORKNOEXEC; in copy_process()
H A Dsys.c1107 if (!(p->flags & PF_FORKNOEXEC)) in SYSCALL_DEFINE2()
/openbmc/linux/include/linux/
H A Dsched.h1739 #define PF_FORKNOEXEC 0x00000040 /* Forked but didn't exec */ macro
/openbmc/linux/fs/
H A Dexec.c1320 me->flags &= ~(PF_RANDOMIZE | PF_FORKNOEXEC | in begin_new_exec()