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

/xnu-2422.115.4/bsd/sys/
H A Dresourcevar.h118 int pl_refcnt; /* number of references */ member in struct:plimit
/xnu-2422.115.4/bsd/kern/
H A Dkern_resource.c1124 if (--p->p_limit->pl_refcnt == 0) {
1128 if ((exiting != 0) && (p->p_olimit != NULL) && (--p->p_olimit->pl_refcnt == 0)) {
1146 child->p_limit->pl_refcnt++;
1186 if (p->p_limit->pl_refcnt == 1) {
1202 copy->pl_refcnt = 1;
H A Dbsd_init.c624 limit0.pl_refcnt = 1;

Completed in 27 milliseconds