Searched refs:thh (Results 1 – 3 of 3) sorted by relevance
5068 th_hash_t *thh; in th_trace_gethash() local5070 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 …]
4523 th_hash_t *thh = phash; in ip_thread_exit() local4526 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()
1834 const th_hash_t *thh = data; in th_hash_summary() local1837 thw->thw_ipst = (uintptr_t)thh->thh_ipst; in th_hash_summary()1839 (uintptr_t)thh->thh_hash)); in th_hash_summary()