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

/darwin-on-arm/xnu/bsd/sys/
H A Dresourcevar.h116 struct plimit { struct
H A Dproc_internal.h243 struct plimit *p_limit; /* Process limits.(PL) */
251 struct plimit *p_olimit; /* old process limits - not inherited by child (PL) */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c1081 struct plimit * freelim = NULL;
1082 struct plimit * freeoldlim = NULL;
1143 struct plimit *copy;
1155 MALLOC_ZONE(copy, struct plimit *,
1156 sizeof(struct plimit), M_PLIMIT, M_WAITOK);
H A Dkern_malloc.c171 "plimit", /* 30 M_VMMAP */
357 { SOS(plimit), KMZ_CREATEZONE, TRUE }, /* 30 M_PLIMIT */
H A Dbsd_init.c202 struct plimit limit0;

Completed in 31 milliseconds