Searched refs:maxprocperuid (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dsubr_param.c92 int maxprocperuid; /* max # of procs per user */ variable
268 maxprocperuid = (maxproc * 9) / 10;
H A Dkern_mib.c115 SYSCTL_INT(_kern, KERN_MAXPROCPERUID, maxprocperuid, CTLFLAG_RW,
116 &maxprocperuid, 0, "Maximum processes allowed per userid");
H A Dkern_resource.c714 if (limp->rlim_cur > maxprocperuid)
715 limp->rlim_cur = maxprocperuid;
716 if (limp->rlim_max > maxprocperuid)
717 limp->rlim_max = maxprocperuid;
/freebsd-12-stable/sys/sys/
H A Dproc.h1005 extern int maxprocperuid; /* Max procs per uid. */

Completed in 186 milliseconds