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

/illumos-gate/usr/src/uts/common/exec/aout/
H A Daout.c284 rlim64_t roundlimit; local
316 roundlimit = btopr(curproc->p_vmem_ctl);
317 if ((roundlimit > limit && *execsz > roundlimit) ||
318 (roundlimit < limit && *execsz > limit)) {
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c332 rlim64_t roundlimit; local
924 roundlimit = btopr(p->p_vmem_ctl);
925 if ((roundlimit > limit && *execsz > roundlimit) ||
926 (roundlimit < limit && *execsz > limit)) {

Completed in 61 milliseconds