Searched refs:tsd_create (Results 1 – 12 of 12) sorted by relevance
/titanic_50/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 | 234 tsd_create(&ufs_lockfs_key, ufs_lockfs_tsd_destructor); in _init() 235 tsd_create(&bypass_snapshot_throttle_key, NULL); in _init()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 298 #define tsd_create(kp, d) pthread_key_create(kp, d) macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | proc.h | 721 extern void tsd_create(uint_t *, void (*)(void *));
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | thread.c | 1438 tsd_create(uint_t *keyp, void (*destructor)(void *)) in tsd_create() function 1646 tsd_create(keyp, destroy); in tsd_getcreate()
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 942 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in kernel_init()
|
/titanic_50/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 176 tsd_create(&devfs_clean_key, NULL); in dv_node_cache_init()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 6358 tsd_create(&zfs_fsyncer_key, NULL); in _init() 6359 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in _init() 6360 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init()
|
/titanic_50/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 | 8876 tsd_create(&tsd_ddi_redirect, NULL); in ddi_register_aliases()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client.c | 3172 tsd_create(&nfs4_tsd_key, NULL); in nfs4_clnt_init()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 4576 tsd_create(&ip_thread_data, ip_thread_exit); in ip_ddi_init()
|