Searched refs:tsd_create (Results 1 – 11 of 11) sorted by relevance
| /onnv-gate/usr/src/uts/common/io/lvm/trans/ |
| H A D | trans_ioctl.c | 537 tsd_create(&keys[i], NULL); in trans_test_tsd() 569 tsd_create(&keys[i], NULL); in trans_test_tsd() 593 tsd_create(&keys[i], NULL); in trans_test_tsd() 603 tsd_create(&rekeys[i], NULL); in trans_test_tsd() 629 tsd_create(&key, NULL); in trans_test_tsd() 651 tsd_create(&keys[i], NULL); in trans_test_tsd() 683 tsd_create(&keys[i], trans_test_destructor); in trans_test_tsd()
|
| /onnv-gate/usr/src/uts/common/fs/ufs/ |
| H A D | lufs_top.c | 756 tsd_create(&topkey, top_threadtrans_destroy); in _init_top()
|
| H A D | ufs_vfsops.c | 232 tsd_create(&ufs_lockfs_key, ufs_lockfs_tsd_destructor); in _init() 233 tsd_create(&bypass_snapshot_throttle_key, NULL); in _init()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | proc.h | 713 extern void tsd_create(uint_t *, void (*)(void *));
|
| /onnv-gate/usr/src/uts/common/disp/ |
| H A D | thread.c | 1430 tsd_create(uint_t *keyp, void (*destructor)(void *)) in tsd_create() function 1638 tsd_create(keyp, destroy); in tsd_getcreate()
|
| /onnv-gate/usr/src/uts/common/fs/devfs/ |
| H A D | devfs_subr.c | 176 tsd_create(&devfs_clean_key, NULL); in dv_node_cache_init()
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_ioctl.c | 5079 tsd_create(&zfs_fsyncer_key, NULL); in _init() 5080 tsd_create(&rrw_tsd_key, NULL); in _init()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | modctl.c | 349 tsd_create(&mod_autounload_key, NULL); in mod_setup()
|
| H A D | devcfg.c | 8872 tsd_create(&tsd_ddi_redirect, NULL); in ddi_register_aliases()
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_client.c | 3178 tsd_create(&nfs4_tsd_key, NULL); in nfs4_clnt_init()
|
| /onnv-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip.c | 4541 tsd_create(&ip_thread_data, ip_thread_exit); in ip_ddi_init()
|