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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h245 uint32_t rn_other_refs_held; /* for 1->0 transitions */ member in struct:rc_node
H A Drc_node.c701 * rn_other_refs and the unref handling, rn_other_refs_held is bumped on
709 atomic_add_32(&np->rn_other_refs_held, 1);
710 assert(np->rn_other_refs_held > 0);
724 assert(np->rn_other_refs_held > 0);
725 if (atomic_add_32_nv(&np->rn_other_refs_held, -1) == 0 &&
778 np->rn_other_refs == 0 && np->rn_other_refs_held == 0)
4419 assert(np->rn_other_refs_held == 0);
4544 np->rn_other_refs_held != 0) {
4578 np->rn_other_refs_held != 0) {
4639 np->rn_other_refs_held
[all...]

Completed in 98 milliseconds