Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1797 if (th.th_refcnt == 0 && thw->thw_non_zero_only) in modent_summary()
1802 mhe->mhe_val, th.th_refcnt, th.th_id); in modent_summary()
1811 th.th_refcnt); in modent_summary()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5059 ASSERT(th_trace->th_refcnt == 0); in th_trace_free()
5146 ASSERT(th_trace->th_refcnt >= 0 && in th_trace_ref()
5147 th_trace->th_refcnt < TR_BUF_MAX - 1); in th_trace_ref()
5149 th_trace->th_refcnt++; in th_trace_ref()
5172 ASSERT(th_trace->th_refcnt > 0); in th_trace_unref()
5173 th_trace->th_refcnt--; in th_trace_unref()
5197 th_trace->th_refcnt = 0; in th_trace_cleanup()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h912 int th_refcnt; member