tsd_create
extern void tsd_create(uint_t *, void (*)(void *));
tsd_create(&rrw_tsd_key, rrw_tsd_destroy);
tsd_create(keyp, destroy);
tsd_create(&devfs_clean_key, NULL);
tsd_create(&nfs4_tsd_key, NULL);
tsd_create(&nfs_server_tsd_key, NULL);
tsd_create(&topkey, top_threadtrans_destroy);
tsd_create(&ufs_lockfs_key, ufs_lockfs_tsd_destructor);
tsd_create(&bypass_snapshot_throttle_key, NULL);
tsd_create(&rrw_tsd_key, rrw_tsd_destroy);
tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy);
tsd_create(&ip_thread_data, ip_thread_exit);
tsd_create(&tsd_ddi_redirect, NULL);
tsd_create(&mod_autounload_key, NULL);
tsd_create(&svc_gss_tsd_key, NULL);
extern void tsd_create(uint_t *, void (*)(void *));