Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c699 if (atomic_add_32_nv(&np->rn_other_refs, 1) == 1) { in rc_node_hold_other()
703 assert(np->rn_other_refs > 0); in rc_node_hold_other()
712 assert(np->rn_other_refs > 0); in rc_node_rele_other()
713 if (atomic_add_32_nv(&np->rn_other_refs, -1) == 0) { in rc_node_rele_other()
769 np->rn_other_refs == 0 && np->rn_other_refs_held == 0) in rc_node_rele_locked()
1733 assert(np->rn_refs == 0 && np->rn_other_refs == 0); in rc_node_destroy()
4413 assert(np->rn_other_refs == 0); in rc_node_no_client_refs()
4538 np->rn_refs != 0 || np->rn_other_refs != 0 || in rc_node_no_client_refs()
4572 np->rn_refs != 0 || np->rn_other_refs != 0 || in rc_node_no_client_refs()
4633 unrefed = (np->rn_refs == 0 && np->rn_other_refs == 0 && in rc_node_no_client_refs()
H A Dconfigd.h243 uint32_t rn_other_refs; /* atomic refcount */ member