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

/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c92 int nprocs = 0; /* XXX */ variable
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_fork.c195 * exceed the limit. The variable nprocs is the current number of
200 if ((nprocs >= maxproc - 1 && uid != 0) || nprocs >= maxproc) {
556 * exceed the limit. The variable nprocs is the current number of
561 if ((nprocs >= maxproc - 1 && uid != 0) || nprocs >= maxproc) {
819 nprocs--;
927 nprocs++;
H A Dkern_proc.c302 if ((p->p_pid == 0) || (p->p_pptr == start) || (nchecked >= nprocs))
1784 count = nprocs+ 10;
1972 count = nprocs+ 10;
H A Dproc_info.c169 *retval = ((nprocs+20) * sizeof(int));
177 numprocs = nprocs+20;
H A Dkern_exit.c929 nprocs--;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h476 extern int nprocs, maxproc; /* Current and max number of procs. */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c3245 int rval = 0, lim = nprocs;

Completed in 103 milliseconds