Searched refs:plimit (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dresourcevar.h116 struct plimit { struct
H A Dproc_internal.h245 struct plimit *p_limit; /* Process limits.(PL) */
253 struct plimit *p_olimit; /* old process limits - not inherited by child (PL) */
/xnu-2422.115.4/bsd/kern/
H A Dkern_resource.c1119 struct plimit * freelim = NULL;
1120 struct plimit * freeoldlim = NULL;
1181 struct plimit *copy;
1193 MALLOC_ZONE(copy, struct plimit *,
1194 sizeof(struct plimit), M_PLIMIT, M_WAITOK);
H A Dbsd_init.c207 struct plimit limit0;
H A Dkern_malloc.c172 "plimit", /* 30 M_VMMAP */
362 { SOS(plimit), KMZ_CREATEZONE, TRUE }, /* 30 M_PLIMIT */

Completed in 46 milliseconds