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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h253 uint_t tpc_refcnt; /* reference count */ member in struct:tsol_tpc
292 (a)->tpc_refcnt++; \
293 ASSERT((a)->tpc_refcnt > 0); \
298 ASSERT((a)->tpc_refcnt > 0); \
299 if (--(a)->tpc_refcnt <= 0) \

Completed in 44 milliseconds