Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c314 rlim64_t roundlimit; in elfexec() local
972 roundlimit = btopr(p->p_vmem_ctl); in elfexec()
973 if ((roundlimit > limit && *execsz > roundlimit) || in elfexec()
974 (roundlimit < limit && *execsz > limit)) { in elfexec()