Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h114 #define tsd_create(keyp, destructor) do { \ macro
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c7019 tsd_create(&zfs_fsyncer_key, NULL); in _init()
7020 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in _init()
7021 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init()
7097 tsd_create(&zfs_fsyncer_key, NULL); in zfs__init()
7098 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in zfs__init()
7099 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in zfs__init()
7100 tsd_create(&zfs_geom_probe_vdev_key, NULL); in zfs__init()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h344 #define tsd_create(kp, d) pthread_key_create(kp, d) macro
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c994 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in kernel_init()