Home
last modified time | relevance | path

Searched refs:threadtrans_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c63 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()
H A Dlufs_debug.c133 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()
H A Dlufs_map.c224 threadtrans_t *tp) in deltamap_add()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_log.h551 } threadtrans_t; typedef
609 int (*)(), ulong_t, threadtrans_t *tp);