Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c48 uint_t topkey; /* tsd transaction key */ variable
63 threadtrans_t *tp = tsd_get(topkey); in top_delta()
205 tp = tsd_get(topkey); in top_begin_sync()
352 tp = tsd_get(topkey); in top_begin_async()
355 (void) tsd_set(topkey, tp); in top_begin_async()
580 threadtrans_t *tp = tsd_get(topkey); in top_end_async()
756 tsd_create(&topkey, top_threadtrans_destroy); in _init_top()
H A Dlufs_debug.c141 tp = tsd_get(topkey); in top_begin_debug()
144 (void) tsd_set(topkey, tp); in top_begin_debug()
160 ASSERT((tp = (threadtrans_t *)tsd_get(topkey)) != NULL); in top_end_debug()
215 tp = (struct threadtrans *)tsd_get(topkey); in top_delta_debug()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_log.h680 extern uint_t topkey;