Searched refs:threadtrans_t (Results 1 – 4 of 4) sorted by relevance
63 threadtrans_t *tp = tsd_get(topkey); in top_delta()186 threadtrans_t *tp; in top_begin_sync()348 threadtrans_t *tp; in top_begin_async()354 tp = kmem_zalloc(sizeof (threadtrans_t), KM_SLEEP); in top_begin_async()580 threadtrans_t *tp = tsd_get(topkey); in top_end_async()740 kmem_free(tp, sizeof (threadtrans_t)); in top_threadtrans_destroy()
133 threadtrans_t *tp; in top_begin_debug()143 tp = kmem_zalloc(sizeof (threadtrans_t), KM_SLEEP); in top_begin_debug()156 threadtrans_t *tp; in top_end_debug()160 ASSERT((tp = (threadtrans_t *)tsd_get(topkey)) != NULL); in top_end_debug()
224 threadtrans_t *tp) in deltamap_add()
551 } threadtrans_t; typedef609 int (*)(), ulong_t, threadtrans_t *tp);