Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c756 tsd_create(&topkey, top_threadtrans_destroy); in _init_top()
H A Dufs_vfsops.c234 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 Dzfs_context.h298 #define tsd_create(kp, d) pthread_key_create(kp, d) macro
/titanic_50/usr/src/uts/common/sys/
H A Dproc.h721 extern void tsd_create(uint_t *, void (*)(void *));
/titanic_50/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_50/usr/src/lib/libzpool/common/
H A Dkernel.c942 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in kernel_init()
/titanic_50/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c176 tsd_create(&devfs_clean_key, NULL); in dv_node_cache_init()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c6358 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 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_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3172 tsd_create(&nfs4_tsd_key, NULL); in nfs4_clnt_init()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip.c4576 tsd_create(&ip_thread_data, ip_thread_exit); in ip_ddi_init()