Home
last modified time | relevance | path

Searched refs:tsd_create (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c538 tsd_create(&keys[i], NULL); in trans_test_tsd()
570 tsd_create(&keys[i], NULL); in trans_test_tsd()
594 tsd_create(&keys[i], NULL); in trans_test_tsd()
604 tsd_create(&rekeys[i], NULL); in trans_test_tsd()
630 tsd_create(&key, NULL); in trans_test_tsd()
652 tsd_create(&keys[i], NULL); in trans_test_tsd()
684 tsd_create(&keys[i], trans_test_destructor); in trans_test_tsd()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c756 tsd_create(&topkey, top_threadtrans_destroy); in _init_top()
H A Dufs_vfsops.c232 tsd_create(&ufs_lockfs_key, ufs_lockfs_tsd_destructor); in _init()
233 tsd_create(&bypass_snapshot_throttle_key, NULL); in _init()
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h296 #define tsd_create(kp, d) pthread_key_create(kp, d) macro
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h719 extern void tsd_create(uint_t *, void (*)(void *));
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1438 tsd_create(uint_t *keyp, void (*destructor)(void *)) in tsd_create() function
1646 tsd_create(keyp, destroy); in tsd_getcreate()
/titanic_41/usr/src/lib/libzpool/common/
H A Dkernel.c942 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in kernel_init()
/titanic_41/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c176 tsd_create(&devfs_clean_key, NULL); in dv_node_cache_init()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c6245 tsd_create(&zfs_fsyncer_key, NULL); in _init()
6246 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in _init()
6247 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3172 tsd_create(&nfs4_tsd_key, NULL); in nfs4_clnt_init()
/titanic_41/usr/src/uts/common/os/
H A Dmodctl.c349 tsd_create(&mod_autounload_key, NULL); in mod_setup()
H A Ddevcfg.c8876 tsd_create(&tsd_ddi_redirect, NULL); in ddi_register_aliases()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c4576 tsd_create(&ip_thread_data, ip_thread_exit); in ip_ddi_init()