Searched refs:maxfilesperproc (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c128 __private_extern__ int maxfilesperproc = OPEN_MAX; /* per-proc open files limit */ variable
133 SYSCTL_INT(_kern, KERN_MAXFILESPERPROC, maxfilesperproc, CTLFLAG_RW | CTLFLAG_LOCKED,
134 &maxfilesperproc, 0, "Maximum files allowed open per process" );
866 limp->rlim_cur > (rlim_t)maxfilesperproc) {
871 limp->rlim_cur = maxfilesperproc;
874 limp->rlim_max > (rlim_t)maxfilesperproc)
875 limp->rlim_max = maxfilesperproc;
/darwin-on-arm/xnu/bsd/dev/
H A Dunix_startup.c320 maxfilesperproc = maxfiles/2;
/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h178 extern int maxfilesperproc;

Completed in 24 milliseconds