Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5057 th_trace_t *th_trace = value; in th_trace_free() local
5060 kmem_free(th_trace, sizeof (*th_trace)); in th_trace_free()
5119 th_trace_t *th_trace; in th_trace_ref() local
5133 if (th_trace == NULL) in th_trace_ref()
5149 th_trace->th_refcnt++; in th_trace_ref()
5150 th_trace_rrecord(th_trace); in th_trace_ref()
5164 th_trace_t *th_trace; in th_trace_unref() local
5173 th_trace->th_refcnt--; in th_trace_unref()
5174 th_trace_rrecord(th_trace); in th_trace_unref()
5187 th_trace_t *th_trace; in th_trace_cleanup() local
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1871 th_trace(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in th_trace() function
1947 { "th_trace", "?[-n]", "display th_trace_t structures", th_trace,