Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Drc_node.c709 if (atomic_add_32_nv(&np->rn_other_refs, 1) == 1) { in rc_node_hold_other()
713 assert(np->rn_other_refs > 0); in rc_node_hold_other()
722 assert(np->rn_other_refs > 0); in rc_node_rele_other()
723 if (atomic_add_32_nv(&np->rn_other_refs, -1) == 0) { in rc_node_rele_other()
779 np->rn_other_refs == 0 && np->rn_other_refs_held == 0) in rc_node_rele_locked()
1743 assert(np->rn_refs == 0 && np->rn_other_refs == 0); in rc_node_destroy()
4419 assert(np->rn_other_refs == 0); in rc_node_no_client_refs()
4544 np->rn_refs != 0 || np->rn_other_refs != 0 || in rc_node_no_client_refs()
4578 np->rn_refs != 0 || np->rn_other_refs != 0 || in rc_node_no_client_refs()
4639 unrefed = (np->rn_refs == 0 && np->rn_other_refs == 0 && in rc_node_no_client_refs()
H A Dconfigd.h244 uint32_t rn_other_refs; /* atomic refcount */ member