Searched refs:p_olimit (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c1090 if ((exiting != 0) && (p->p_olimit != NULL) && (--p->p_olimit->pl_refcnt == 0)) {
1091 freeoldlim = p->p_olimit;
1092 p->p_olimit = NULL;
1099 FREE_ZONE(freeoldlim, sizeof *p->p_olimit, M_PLIMIT);
1109 child->p_olimit = NULL;
1119 msleep(&p->p_olimit, &p->p_mlock, 0, "proc_limitblock", NULL);
1134 wakeup(&p->p_olimit);
1166 p->p_olimit = p->p_limit;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h251 struct plimit *p_olimit; /* old process limits - not inherited by child (PL) */ member in struct:proc

Completed in 23 milliseconds