Home
last modified time | relevance | path

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

/illumos-gate/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.c501 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()
H A Dzfs_ioctl.c1160 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()
3554 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()
7345 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c65 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()
588 threadtrans_t *tp = tsd_get(topkey); in top_end_async()
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()
H A Dlufs_debug.c140 tp = tsd_get(topkey); 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/lib/libfakekernel/common/sys/
H A Dproc.h124 extern void *tsd_get(uint_t);
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c150 tsd_get(uint_t key) in tsd_get() function
H A Dmapfile-vers248 tsd_get;
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c943 if (tsd_get(devfs_clean_key)) in dv_find()
993 if (tsd_get(devfs_clean_key)) { in dv_find()
1024 if (tsd_get(devfs_clean_key)) { in dv_find()
1057 if (tsd_get(devfs_clean_key)) { in dv_find()
1387 ASSERT(tsd_get(devfs_clean_key)); in dv_cleandir()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h759 extern void *tsd_get(uint_t);
/illumos-gate/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 Dnfs_server.c277 ng = tsd_get(nfs_server_tsd_key); in nfs_srv_getzg()
H A Dnfs4_subr.c2067 int no_need_start_op = (tsd_get(nfs4_tsd_key) || in nfs4_make_dotdot()
H A Dnfs4_client.c230 ASSERT(tsd_get(nfs4_tsd_key) == NULL); in nfs4_purge_stale_fh()
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c1474 tsd_get(bypass_snapshot_throttle_key)); in fssnap_translate()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1709 tsd_get(uint_t key) in tsd_get() function
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c9160 if (tsd_get(tsd_ddi_redirect)) in ddi_alias_redirect()
9197 if (tsd_get(tsd_ddi_redirect)) in ddi_curr_redirect()
H A Dmodctl.c4427 return ((int)(uintptr_t)tsd_get(mod_autounload_key)); in mod_in_autounload()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5074 if ((thh = tsd_get(ip_thread_data)) == NULL && ipst != NULL) { in th_trace_gethash()