Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h254 uint_t tpc_refcnt; /* reference count */ member
294 (a)->tpc_refcnt++; \
295 ASSERT((a)->tpc_refcnt > 0); \
300 ASSERT((a)->tpc_refcnt > 0); \
301 if (--(a)->tpc_refcnt <= 0) \