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

/xnu-2782.1.97/bsd/conf/
H A Dparam.c85 #define NPROC (20 + 16 * 32) macro
86 #define NPROC_PER_UID (NPROC/2)
88 int maxproc = NPROC;
93 //#define NTEXT (80 + NPROC / 8) /* actually the object cache */
100 unsigned int ncallout = 16 + 2*NPROC;
102 int nport = NPROC / 2;

Completed in 21 milliseconds