Home
last modified time | relevance | path

Searched refs:tsd_get (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Drrwlock.c91 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) { in rrn_find()
108 rn->rn_next = tsd_get(rrw_tsd_key); in rrn_add()
126 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) { in rrn_find_and_remove()
H A Dzfs_log.c499 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()
H A Dzfs_ioctl.c1074 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()
3437 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()
6098 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c63 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()
580 threadtrans_t *tp = tsd_get(topkey); in top_end_async()
H A Dlufs_debug.c141 tp = tsd_get(topkey); 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()
H A Dufs_lockfs.c242 head = (ulockfs_info_t *)tsd_get(ufs_lockfs_key); in ufs_quiesce()
925 head = (ulockfs_info_t *)tsd_get(ufs_lockfs_key); in ufs__fiolfs()
1349 ulockfs_info = (ulockfs_info_t *)tsd_get(ufs_lockfs_key); in ufs_lockfs_begin()
1496 head = (ulockfs_info_t *)tsd_get(ufs_lockfs_key); in ufs_lockfs_end()
1556 ulockfs_info = (ulockfs_info_t *)tsd_get(ufs_lockfs_key); in ufs_lockfs_trybegin()
1709 ulockfs_info = (ulockfs_info_t *)tsd_get(ufs_lockfs_key); in ufs_lockfs_begin_getpage()
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c462 if ((tsd_get(keys[0]) != NULL) || in trans_test_thread()
463 (tsd_get(keys[NKEYS-1]) != NULL) || in trans_test_thread()
464 (tsd_get(keys[NKEYS>>1]) != NULL)) { in trans_test_thread()
469 if (tsd_get(keys[i]) != tp) in trans_test_thread()
541 if (tsd_get(keys[i]) != NULL) { in trans_test_tsd()
565 if (tsd_get(keys[i]) != NULL) { in trans_test_tsd()
579 if (tsd_get(keys[i]) != NULL) { in trans_test_tsd()
620 if (tsd_get(0) != NULL) { in trans_test_tsd()
658 if (tsd_get(keys[i]) != &key) { in trans_test_tsd()
667 if (tsd_get(keys[i]) != NULL) { in trans_test_tsd()
[all …]
/titanic_41/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c940 if (tsd_get(devfs_clean_key)) in dv_find()
990 if (tsd_get(devfs_clean_key)) { in dv_find()
1021 if (tsd_get(devfs_clean_key)) { in dv_find()
1054 if (tsd_get(devfs_clean_key)) { in dv_find()
1385 ASSERT(tsd_get(devfs_clean_key)); in dv_cleandir()
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h294 #define tsd_get(k) pthread_getspecific(k) macro
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h722 extern void *tsd_get(uint_t);
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1542 tsd_get(uint_t key) in tsd_get() function
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c751 if ((fop_caller = tsd_get(nfs4_tsd_key)) != NULL) { in nfs4_start_fop()
987 ASSERT(tsd_get(nfs4_tsd_key) != NULL); in nfs4_end_fop()
H A Dnfs4_subr.c2067 int no_need_start_op = (tsd_get(nfs4_tsd_key) || in nfs4_make_dotdot()
H A Dnfs4_client.c229 ASSERT(tsd_get(nfs4_tsd_key) == NULL); in nfs4_purge_stale_fh()
/titanic_41/usr/src/uts/common/io/
H A Dfssnap.c1474 tsd_get(bypass_snapshot_throttle_key)); in fssnap_translate()
/titanic_41/usr/src/uts/common/os/
H A Ddevcfg.c9024 if (tsd_get(tsd_ddi_redirect)) in ddi_alias_redirect()
9061 if (tsd_get(tsd_ddi_redirect)) in ddi_curr_redirect()
H A Dmodctl.c4414 return ((int)(uintptr_t)tsd_get(mod_autounload_key)); in mod_in_autounload()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c5070 if ((thh = tsd_get(ip_thread_data)) == NULL && ipst != NULL) { in th_trace_gethash()