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.c575 if (current->flags & PF_FORKNOEXEC) in acct_collect()
H A Dsys.c1107 if (!(p->flags & PF_FORKNOEXEC)) in SYSCALL_DEFINE2()
H A Dfork.c2384 p->flags |= PF_FORKNOEXEC; in copy_process()
/openbmc/linux/include/linux/
H A Dsched.h1732 #define PF_FORKNOEXEC 0x00000040 /* Forked but didn't exec */ macro
/openbmc/linux/fs/
H A Dexec.c1322 me->flags &= ~(PF_RANDOMIZE | PF_FORKNOEXEC | in begin_new_exec()