Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/conf/
H A Dparam.c102 int nprocs = 0; /* XXX */ variable
/xnu-11417.140.69/bsd/kern/
H A Dkern_fork.c248 if ((nprocs >= maxproc - 1 && uid != 0) || nprocs >= maxproc) { in fork1()
878 nprocs--; in forkproc_free()
983 nprocs++; in forkproc()
1009 nprocs++; in forkproc()
H A Dproc_info.c381 *retval = ((nprocs + 20) * sizeof(int)); in proc_listpids()
389 if ((nprocs + 20) > 0) { in proc_listpids()
390 numprocs = (uint32_t)(nprocs + 20); in proc_listpids()
H A Dkern_proc.c389 if ((proc_getpid(p) == 0) || (p->p_pptr == start) || (nchecked >= nprocs)) { in isinferior()
3810 pid_count_available = nprocs + 1; /* kernel_task not counted in nprocs */ in proc_iterate()
H A Dkern_exit.c2825 nprocs--; in reap_child_locked()
/xnu-11417.140.69/bsd/sys/ !
H A Dproc_internal.h744 extern int nprocs, maxproc; /* Current and max number of procs. */
/xnu-11417.140.69/bsd/dev/dtrace/ !
H A Ddtrace.c4428 int rval = 0, lim = nprocs; in dtrace_dif_subr()