Searched refs:argmin (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dbinfmts.h28 unsigned long argmin; /* rlimit marker for copy_strings() */ member in struct:linux_binprm
/linux-master/fs/
H A Dexec.c515 bprm->argmin = bprm->p - limit;
555 if (bprm->p < bprm->argmin)
632 if (IS_ENABLED(CONFIG_MMU) && bprm->p < bprm->argmin)

Completed in 118 milliseconds