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

/xnu-2782.1.97/bsd/sys/
H A Dresourcevar.h117 int pl_refcnt; /* number of references */ member in struct:plimit
/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c1345 if (--p->p_limit->pl_refcnt == 0) {
1349 if ((exiting != 0) && (p->p_olimit != NULL) && (--p->p_olimit->pl_refcnt == 0)) {
1367 child->p_limit->pl_refcnt++;
1407 if (p->p_limit->pl_refcnt == 1) {
1423 copy->pl_refcnt = 1;
H A Dbsd_init.c622 limit0.pl_refcnt = 1;

Completed in 21 milliseconds