/titanic_50/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 357 (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()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | rrwlock.c | 110 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 D | zfs_log.c | 502 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
|
H A D | zfs_ioctl.c | 3440 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history() 6214 (void) tsd_set(zfs_allow_log_key, saved_poolname); in zfsdev_ioctl()
|
H A D | zfs_vnops.c | 2512 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_lockfs.c | 1455 (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 D | lufs_thread.c | 449 (void) tsd_set(bypass_snapshot_throttle_key, (void*)1); in trans_roll()
|
H A D | lufs_debug.c | 144 (void) tsd_set(topkey, tp); in top_begin_debug()
|
H A D | lufs_top.c | 355 (void) tsd_set(topkey, tp); in top_begin_async()
|
H A D | lufs_log.c | 224 (void) tsd_set(bypass_snapshot_throttle_key, in ldl_strategy() 228 (void) tsd_set(bypass_snapshot_throttle_key, in ldl_strategy()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 297 #define tsd_set(k, v) pthread_setspecific(k, v) macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | proc.h | 725 extern int tsd_set(uint_t, void *);
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | thread.c | 1551 tsd_set(uint_t key, void *value) in tsd_set() function 1647 (void) tsd_set(*keyp, value = (*allocate)()); in tsd_getcreate()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_recovery.c | 755 (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()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | devcfg.c | 9027 (void) tsd_set(tsd_ddi_redirect, (void *)1); in ddi_alias_redirect() 9047 (void) tsd_set(tsd_ddi_redirect, NULL); in ddi_alias_redirect() 9064 (void) tsd_set(tsd_ddi_redirect, (void *)1); in ddi_curr_redirect() 9085 (void) tsd_set(tsd_ddi_redirect, NULL); in ddi_curr_redirect()
|
H A D | modctl.c | 3812 (void) tsd_set(mod_autounload_key, (void *)1); in mod_uninstall_all() 3852 (void) tsd_set(mod_autounload_key, NULL); in mod_uninstall_all()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 5106 retv = tsd_set(ip_thread_data, thh); in th_trace_gethash()
|