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

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c308 int maxuprc; /* set in param_init() */ variable
629 if (maxuprc == 0)
630 maxuprc = (max_nprocs - reserved_procs);
645 v.v_maxup = MIN(maxuprc, v.v_maxupttl); /* max procs per user */

Completed in 58 milliseconds