Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c65 threadtrans_t *tp = tsd_get(topkey); in top_delta()
194 threadtrans_t *tp; in top_begin_sync()
356 threadtrans_t *tp; in top_begin_async()
362 tp = kmem_zalloc(sizeof (threadtrans_t), KM_SLEEP); in top_begin_async()
588 threadtrans_t *tp = tsd_get(topkey); in top_end_async()
748 kmem_free(tp, sizeof (threadtrans_t)); in top_threadtrans_destroy()
H A Dlufs_debug.c132 threadtrans_t *tp; in top_begin_debug()
142 tp = kmem_zalloc(sizeof (threadtrans_t), KM_SLEEP); in top_begin_debug()
155 threadtrans_t *tp; in top_end_debug()
159 ASSERT((tp = (threadtrans_t *)tsd_get(topkey)) != NULL); in top_end_debug()
H A Dlufs_map.c224 threadtrans_t *tp) in deltamap_add()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h551 } threadtrans_t; typedef
609 int (*)(), ulong_t, threadtrans_t *tp);