Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c5035 th_trace_rrecord(th_trace_t *th_trace) in th_trace_rrecord() argument
5040 lastref = th_trace->th_trace_lastref; in th_trace_rrecord()
5044 th_trace->th_trace_lastref = lastref; in th_trace_rrecord()
5045 tr_buf = &th_trace->th_trbuf[lastref]; in th_trace_rrecord()
5053 th_trace_t *th_trace = value; in th_trace_free() local
5055 ASSERT(th_trace->th_refcnt == 0); in th_trace_free()
5056 kmem_free(th_trace, sizeof (*th_trace)); in th_trace_free()
5115 th_trace_t *th_trace; in th_trace_ref() local
5128 th_trace = kmem_zalloc(sizeof (th_trace_t), KM_NOSLEEP); in th_trace_ref()
5129 if (th_trace == NULL) in th_trace_ref()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1846 th_trace(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in th_trace() function
1922 { "th_trace", "?[-n]", "display th_trace_t structures", th_trace,