Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/conf/
H A Dparam.c276 int pidmax = DEFAULT_MAXPID; variable
612 if (pidmax < reserved_procs || pidmax > MAX_MAXPID) in param_calc()
615 maxpid = pidmax; in param_calc()
733 if (jump_pid < 0 || jump_pid >= pidmax) { in param_check()
/titanic_50/usr/src/uts/common/sys/
H A Dsystm.h312 extern int pidmax;