Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c5068 th_hash_t *thh; in th_trace_gethash() local
5070 if ((thh = tsd_get(ip_thread_data)) == NULL && ipst != NULL) { in th_trace_gethash()
5076 if ((thh = kmem_alloc(sizeof (*thh), KM_NOSLEEP)) == NULL) in th_trace_gethash()
5094 kmem_free(thh, sizeof (*thh)); in th_trace_gethash()
5097 thh->thh_hash = mh; in th_trace_gethash()
5098 thh->thh_ipst = ipst; in th_trace_gethash()
5104 list_insert_tail(&ip_thread_list, thh); in th_trace_gethash()
5106 retv = tsd_set(ip_thread_data, thh); in th_trace_gethash()
5109 return (thh != NULL ? thh->thh_hash : NULL); in th_trace_gethash()
5180 th_hash_t *thh; in th_trace_cleanup() local
[all …]
H A Dip.c4523 th_hash_t *thh = phash; in ip_thread_exit() local
4526 list_remove(&ip_thread_list, thh); in ip_thread_exit()
4528 mod_hash_destroy_hash(thh->thh_hash); in ip_thread_exit()
4529 kmem_free(thh, sizeof (*thh)); in ip_thread_exit()
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1834 const th_hash_t *thh = data; in th_hash_summary() local
1837 thw->thw_ipst = (uintptr_t)thh->thh_ipst; in th_hash_summary()
1839 (uintptr_t)thh->thh_hash)); in th_hash_summary()