Home
last modified time | relevance | path

Searched refs:maxprocs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/xargs/
H A Dxargs.c80 static int curprocs, maxprocs; variable
136 maxprocs = 1; in main()
165 if ((maxprocs = atoi(optarg)) <= 0) in main()
579 while ((pid = waitpid(-1, &status, !waitall && curprocs < maxprocs ? in waitchildren()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_svr5.c133 static int maxprocs; variable
267 maxprocs = nproc; in machine_init()
968 if (numprocs >= maxprocs) in getptable()
1090 if (n < maxprocs) in reallocproc()
1093 maxprocs = n; in reallocproc()
1096 bytes = maxprocs * sizeof(psinfo_t) ; in reallocproc()
1099 maxprocs * sizeof(struct prpsinfo *)); in reallocproc()
H A Dm_sunos5.c576 static int maxprocs = 0; variable
594 cnt = max - maxprocs; in procs_prealloc()
610 maxprocs = max; in procs_prealloc()
625 if (idxprocs >= maxprocs) in procs_next()
628 procs_prealloc(maxprocs + 128); in procs_next()
670 return maxprocs; in procs_max()