Lines Matching defs:exec
3 * linux/fs/exec.c
183 * for oom_badness()->get_mm_rss(). Once exec succeeds or fails, we
223 * We are doing an exec(). 'current' is the process
224 * doing the exec and 'mm' is the new process's mm.
379 /* Save current stack limit for all calculations made during exec. */
801 bprm->exec -= stack_shift;
1001 * out and die instead of going through with the exec.
1113 * exec, nothing survives from the original leader thread,
1123 * An exec() starts a new thread group with the
1232 void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec)
1238 perf_event_comm(tsk, exec);
1333 * undergoing exec(2).
1369 /* An exec changes our domain. We are no longer part of the thread
1476 * Or, if exec fails before, free_bprm() should release ->cred
1583 * suid exec because the differently privileged task
1781 struct file *exec;
1791 exec = bprm->file;
1795 allow_write_access(exec);
1798 fput(exec);
1801 bprm->executable = exec;
1803 fput(exec);
1845 * inaccessible after exec. This allows the code in exec to
1946 bprm->exec = bprm->p;
2019 bprm->exec = bprm->p;