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

/xnu-2782.1.97/bsd/conf/
H A Dparam.c91 int nprocs = 0; /* XXX */ variable
/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c377 * exceed the limit. The variable nprocs is the current number of
382 if ((nprocs >= maxproc - 1 && uid != 0) || nprocs >= maxproc) {
1088 nprocs--;
1197 nprocs++;
H A Dkern_proc.c318 if ((p->p_pid == 0) || (p->p_pptr == start) || (nchecked >= nprocs))
2189 count = nprocs+ 10;
2376 count = nprocs+ 10;
H A Dproc_info.c265 *retval = ((nprocs+20) * sizeof(int));
273 numprocs = nprocs+20;
H A Dkern_exit.c1166 nprocs--;
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h638 extern int nprocs, maxproc; /* Current and max number of procs. */
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c3627 int rval = 0, lim = nprocs;

Completed in 81 milliseconds