Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h38 extern void tsd_create(uint_t *, dtor_func_t);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h49 #define tsd_create(keyp, destructor) do { \ macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c568 tsd_create(uint_t *keyp, dtor_func_t dtor) in tsd_create() function
576 EXPORT_SYMBOL(tsd_create);
H A Dspl-taskq.c1368 tsd_create(&taskq_tsd, NULL); in spl_taskq_init()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c298 tsd_create(&zfs_geom_probe_vdev_key, NULL); in zfs__init()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c86 tsd_create(&taskq_tsd, NULL); in system_taskq_init()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h351 #define tsd_create(kp, d) pthread_key_create((pthread_key_t *)kp, d)
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c848 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in kernel_init()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c7638 tsd_create(&zfs_fsyncer_key, NULL); in zfs_kmod_init()
7639 tsd_create(&rrw_tsd_key, rrw_tsd_destroy); in zfs_kmod_init()
7640 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in zfs_kmod_init()