Searched refs:rn_other_refs (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h244 uint32_t rn_other_refs; /* atomic refcount */ member in struct:rc_node
H A Drc_node.c64 * rn_other_refs field and the RC_NODE_DEAD, RC_NODE_IN_PARENT,
79 * and any holds they have are reflected in the old node's rn_other_refs
697 * updated refcount, rn_other_refs. This can be bumped from arbitrary
701 * rn_other_refs and the unref handling, rn_other_refs_held is bumped on
708 if (atomic_add_32_nv(&np->rn_other_refs, 1) == 1) {
712 assert(np->rn_other_refs > 0);
721 assert(np->rn_other_refs > 0);
722 if (atomic_add_32_nv(&np->rn_other_refs, -1) == 0) {
778 np->rn_other_refs == 0 && np->rn_other_refs_held == 0)
1742 assert(np->rn_refs == 0 && np->rn_other_refs
[all...]

Completed in 108 milliseconds