Searched defs:NODE_REFRELE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h488 * a reference via NODE_REFHOLD and drop that reference via NODE_REFRELE
489 * when done. Note that following a NODE_REFRELE the node that was
494 * be set to node_freeb(), which will in turn call NODE_REFRELE.
514 * NODE_DISOWN and NODE_REFRELE return with the lock unlocked (if there is
518 * A version of NODE_REFRELE is provided which doesn't unlock the lock but
535 NODE_REFRELE(np); \
567 #define NODE_REFRELE(np) { \ macro
574 "nca NODE_REFRELE: %p has only OWNED reference", \
577 panic("nca NODE_REFRELE: %p has no references", \

Completed in 55 milliseconds