Searched refs:pd_refcount (Results 1 – 4 of 4) sorted by relevance
65 u_int pd_refcount; /* (r) Reference count. */ member
106 u_int pd_refcount; member
229 refcount_init(&pd->pd_refcount, 2); in procdesc_new()268 if (refcount_release(&pd->pd_refcount)) { in procdesc_free()
2361 refcount_init(&newpdp->pd_refcount, 1); in pdinit()2413 refcount_acquire(&pdp->pd_refcount); in pdhold()2435 if (refcount_release_if_not_last(&pdp->pd_refcount)) in pddrop()2439 if (refcount_release(&pdp->pd_refcount) == 0) { in pddrop()2469 refcount_acquire(&pdp->pd_refcount); in pdshare()2501 if (refcount_load(&p->p_pd->pd_refcount) == 1) in pdunshare()