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

/darwin-on-arm/xnu/bsd/sys/
H A Dresourcevar.h118 int pl_refcnt; /* number of references */ member in struct:plimit
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c1086 if (--p->p_limit->pl_refcnt == 0) {
1090 if ((exiting != 0) && (p->p_olimit != NULL) && (--p->p_olimit->pl_refcnt == 0)) {
1108 child->p_limit->pl_refcnt++;
1148 if (p->p_limit->pl_refcnt == 1) {
1164 copy->pl_refcnt = 1;
H A Dbsd_init.c623 limit0.pl_refcnt = 1;

Completed in 76 milliseconds