Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c537 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 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()
/onnv-gate/usr/src/uts/common/sys/
H A Dproc.h713 extern void tsd_create(uint_t *, void (*)(void *));
/onnv-gate/usr/src/uts/common/disp/
H A Dthread.c1430 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 Ddevfs_subr.c176 tsd_create(&devfs_clean_key, NULL); in dv_node_cache_init()
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c5079 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 Dmodctl.c349 tsd_create(&mod_autounload_key, NULL); in mod_setup()
H A Ddevcfg.c8872 tsd_create(&tsd_ddi_redirect, NULL); in ddi_register_aliases()
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3178 tsd_create(&nfs4_tsd_key, NULL); in nfs4_clnt_init()
/onnv-gate/usr/src/uts/common/inet/ip/
H A Dip.c4541 tsd_create(&ip_thread_data, ip_thread_exit); in ip_ddi_init()