Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c283 int pidmax = DEFAULT_MAXPID; variable
590 if (pidmax < reserved_procs || pidmax > MAX_MAXPID) in param_calc()
593 maxpid = pidmax; in param_calc()
711 if (jump_pid < 0 || jump_pid >= pidmax) { in param_check()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h317 extern int pidmax;