Searched refs:tsd_create (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/libfakekernel/common/sys/ |
H A D | proc.h | 122 extern void tsd_create(uint_t *, void (*)(void *));
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 139 tsd_create(uint_t *keyp, void (*destructor)(void *)) in tsd_create() function
|
H A D | mapfile-vers | 250 tsd_create;
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 539 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in kernel_init()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_top.c | 764 tsd_create(&topkey, top_threadtrans_destroy); in _init_top()
|
H A D | ufs_vfsops.c | 236 tsd_create(&ufs_lockfs_key, ufs_lockfs_tsd_destructor); in _init() 237 tsd_create(&bypass_snapshot_throttle_key, NULL); in _init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 756 extern void tsd_create(uint_t *, void (*)(void *));
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | thread.c | 1605 tsd_create(uint_t *keyp, void (*destructor)(void *)) in tsd_create() function 1813 tsd_create(keyp, destroy); in tsd_getcreate()
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 180 tsd_create(&devfs_clean_key, NULL); in dv_node_cache_init()
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | svc_rpcsec_gss.c | 412 tsd_create(&svc_gss_tsd_key, NULL); in svc_gss_init()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 7498 tsd_create(&zfs_fsyncer_key, NULL); in _init() 7499 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in _init() 7500 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 2581 tsd_create(&nfs_server_tsd_key, NULL); in nfs_srvinit()
|
H A D | nfs4_client.c | 3173 tsd_create(&nfs4_tsd_key, NULL); in nfs4_clnt_init()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modctl.c | 352 tsd_create(&mod_autounload_key, NULL); in mod_setup()
|
H A D | devcfg.c | 9024 tsd_create(&tsd_ddi_redirect, NULL); in ddi_register_aliases()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 4606 tsd_create(&ip_thread_data, ip_thread_exit); in ip_ddi_init()
|