Searched refs:tsd_get (Results 1 – 18 of 18) sorted by relevance
91 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()
499 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()
1074 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()
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()580 threadtrans_t *tp = tsd_get(topkey); in top_end_async()
141 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()
242 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()
462 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 …]
940 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()
294 #define tsd_get(k) pthread_getspecific(k) macro
722 extern void *tsd_get(uint_t);
1542 tsd_get(uint_t key) in tsd_get() function
751 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()
2067 int no_need_start_op = (tsd_get(nfs4_tsd_key) || in nfs4_make_dotdot()
229 ASSERT(tsd_get(nfs4_tsd_key) == NULL); in nfs4_purge_stale_fh()
1474 tsd_get(bypass_snapshot_throttle_key)); in fssnap_translate()
9024 if (tsd_get(tsd_ddi_redirect)) in ddi_alias_redirect()9061 if (tsd_get(tsd_ddi_redirect)) in ddi_curr_redirect()
4414 return ((int)(uintptr_t)tsd_get(mod_autounload_key)); in mod_in_autounload()
5070 if ((thh = tsd_get(ip_thread_data)) == NULL && ipst != NULL) { in th_trace_gethash()