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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c1349 if ((exiting != 0) && (p->p_olimit != NULL) && (--p->p_olimit->pl_refcnt == 0)) {
1350 freeoldlim = p->p_olimit;
1351 p->p_olimit = NULL;
1358 FREE_ZONE(freeoldlim, sizeof *p->p_olimit, M_PLIMIT);
1368 child->p_olimit = NULL;
1378 msleep(&p->p_olimit, &p->p_mlock, 0, "proc_limitblock", NULL);
1393 wakeup(&p->p_olimit);
1425 p->p_olimit = p->p_limit;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h253 struct plimit *p_olimit; /* old process limits - not inherited by child (PL) */ member in struct:proc

Completed in 71 milliseconds