Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c357 (void) tsd_set(devfs_clean_key, (void *)1); in devfs_clean_vhci()
363 (void) tsd_set(devfs_clean_key, NULL); in devfs_clean_vhci()
408 (void) tsd_set(devfs_clean_key, (void *)1); in devfs_clean()
411 (void) tsd_set(devfs_clean_key, NULL); in devfs_clean()
416 (void) tsd_set(devfs_clean_key, NULL); in devfs_clean()
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h125 extern int tsd_set(uint_t, void *);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c110 VERIFY(tsd_set(rrw_tsd_key, rn) == 0); in rrn_add()
131 VERIFY(tsd_set(rrw_tsd_key, rn->rn_next) == 0); in rrn_find_and_remove()
H A Dzfs_log.c502 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
H A Dzfs_ioctl.c3555 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history()
7348 (void) tsd_set(zfs_allow_log_key, saved_poolname); in zfsdev_ioctl()
H A Dzfs_vnops.c2671 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c158 tsd_set(uint_t key, void *value) in tsd_set() function
H A Dmapfile-vers249 tsd_set;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c1455 (void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp); in ufs_lockfs_begin()
1672 (void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp); in ufs_lockfs_trybegin()
1772 (void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp); in ufs_lockfs_begin_getpage()
H A Dlufs_thread.c446 (void) tsd_set(bypass_snapshot_throttle_key, (void*)1); in trans_roll()
H A Dlufs_top.c363 (void) tsd_set(topkey, tp); in top_begin_async()
H A Dlufs_debug.c143 (void) tsd_set(topkey, tp); in top_begin_debug()
H A Dlufs_log.c224 (void) tsd_set(bypass_snapshot_throttle_key, in ldl_strategy()
228 (void) tsd_set(bypass_snapshot_throttle_key, in ldl_strategy()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h760 extern int tsd_set(uint_t, void *);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1718 tsd_set(uint_t key, void *value) in tsd_set() function
1814 (void) tsd_set(*keyp, value = (*allocate)()); in tsd_getcreate()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c755 (void) tsd_set(nfs4_tsd_key, caller()); in nfs4_start_fop()
945 (void) tsd_set(nfs4_tsd_key, NULL); in nfs4_start_fop()
988 (void) tsd_set(nfs4_tsd_key, NULL); in nfs4_end_fop()
H A Dnfs_server.c280 (void) tsd_set(nfs_server_tsd_key, ng); in nfs_srv_getzg()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c9163 (void) tsd_set(tsd_ddi_redirect, (void *)1); in ddi_alias_redirect()
9183 (void) tsd_set(tsd_ddi_redirect, NULL); in ddi_alias_redirect()
9200 (void) tsd_set(tsd_ddi_redirect, (void *)1); in ddi_curr_redirect()
9221 (void) tsd_set(tsd_ddi_redirect, NULL); in ddi_curr_redirect()
H A Dmodctl.c3825 (void) tsd_set(mod_autounload_key, (void *)1); in mod_uninstall_all()
3865 (void) tsd_set(mod_autounload_key, NULL); in mod_uninstall_all()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5110 retv = tsd_set(ip_thread_data, thh); in th_trace_gethash()