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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dresourcevar.h118 int pl_refcnt; /* number of references */ member in struct:plimit
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_resource.c961 if (--p->p_limit->pl_refcnt == 0) {
965 if ((exiting != 0) && (p->p_olimit != NULL) && (--p->p_olimit->pl_refcnt == 0)) {
983 child->p_limit->pl_refcnt++;
1023 if (p->p_limit->pl_refcnt == 1) {
1039 copy->pl_refcnt = 1;
H A Dbsd_init.c523 limit0.pl_refcnt = 1;

Completed in 55 milliseconds