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

/xnu-2422.115.4/bsd/conf/
H A Dparam.c91 int nprocs = 0; /* XXX */ variable
/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c364 * exceed the limit. The variable nprocs is the current number of
369 if ((nprocs >= maxproc - 1 && uid != 0) || nprocs >= maxproc) {
1069 nprocs--;
1178 nprocs++;
H A Dkern_proc.c310 if ((p->p_pid == 0) || (p->p_pptr == start) || (nchecked >= nprocs))
2127 count = nprocs+ 10;
2318 count = nprocs+ 10;
H A Dproc_info.c227 *retval = ((nprocs+20) * sizeof(int));
235 numprocs = nprocs+20;
H A Dkern_exit.c1132 nprocs--;
/xnu-2422.115.4/bsd/sys/
H A Dproc_internal.h628 extern int nprocs, maxproc; /* Current and max number of procs. */
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c3889 int rval = 0, lim = nprocs;

Completed in 70 milliseconds