Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c50 uint_t topkey; /* tsd transaction key */ variable
65 threadtrans_t *tp = tsd_get(topkey); in top_delta()
213 tp = tsd_get(topkey); in top_begin_sync()
360 tp = tsd_get(topkey); in top_begin_async()
363 (void) tsd_set(topkey, tp); in top_begin_async()
588 threadtrans_t *tp = tsd_get(topkey); in top_end_async()
764 tsd_create(&topkey, top_threadtrans_destroy); in _init_top()
H A Dlufs_debug.c140 tp = tsd_get(topkey); in top_begin_debug()
143 (void) tsd_set(topkey, tp); in top_begin_debug()
159 ASSERT((tp = (threadtrans_t *)tsd_get(topkey)) != NULL); in top_end_debug()
214 tp = (struct threadtrans *)tsd_get(topkey); in top_delta_debug()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h680 extern uint_t topkey;