Searched refs:pd_refcount (Results 1 – 4 of 4) sorted by relevance
65 u_int pd_refcount; /* (r) Reference count. */ member
108 u_int pd_refcount; member
230 refcount_init(&pd->pd_refcount, 2); in procdesc_new()269 if (refcount_release(&pd->pd_refcount)) { in procdesc_free()
2254 refcount_init(&newpdp->pd_refcount, 1); in pdinit()2306 refcount_acquire(&pdp->pd_refcount); in pdhold()2328 if (refcount_release_if_not_last(&pdp->pd_refcount)) in pddrop()2332 if (refcount_release(&pdp->pd_refcount) == 0) { in pddrop()2362 refcount_acquire(&pdp->pd_refcount); in pdshare()2394 if (refcount_load(&p->p_pd->pd_refcount) == 1) in pdunshare()