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);
213 tp = tsd_get(topkey);
360 tp = tsd_get(topkey);
363 (void) tsd_set(topkey, tp);
588 threadtrans_t *tp = tsd_get(topkey);
764 tsd_create(&topkey, top_threadtrans_destroy);
H A Dlufs_debug.c141 tp = tsd_get(topkey);
144 (void) tsd_set(topkey, tp);
160 ASSERT((tp = (threadtrans_t *)tsd_get(topkey)) != NULL);
215 tp = (struct threadtrans *)tsd_get(topkey);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h680 extern uint_t topkey;

Completed in 72 milliseconds