Searched refs:tsd_create (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | zfs_context.h | 143 #define tsd_create(keyp, destructor) do { \ macro 188 tsd_create(uint_t *keyp, void (*func)(void *))
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 6772 tsd_create(&zfs_fsyncer_key, NULL); in _init() 6773 tsd_create(&zfs_putpages_key, NULL); in _init() 6774 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in _init() 6775 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init() 6872 tsd_create(&zfs_fsyncer_key, NULL); in zfs__init() 6873 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in zfs__init() 6874 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in zfs__init() 6875 tsd_create(&zfs_geom_probe_vdev_key, NULL); in zfs__init() 7183 tsd_create(&zfs_fsyncer_key, NULL); in zfs_modcmd() 7184 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in zfs_modcmd() [all …]
|
H A D | dbuf.c | 631 tsd_create(&zfs_dbuf_evict_key, NULL); in dbuf_init()
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 353 #define tsd_create(kp, d) pthread_key_create(kp, d) macro
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/ |
H A D | kernel.c | 1021 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in kernel_init()
|