Home
last modified time | relevance | path

Searched refs:tsd_set (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dtsd.c288 tsd_set(tsd); in tsd_fetch_slow()
293 tsd_set(tsd); in tsd_fetch_slow()
309 tsd_set(tsd); in tsd_fetch_slow()
395 tsd_set(tsd); in tsd_cleanup()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h35 extern int tsd_set(uint_t, void *);
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h55 tsd_set(tsd_t *val) { in tsd_set() function
H A Dtsd_tls.h49 tsd_set(tsd_t *val) { in tsd_set() function
H A Dtsd_generic.h154 tsd_set(tsd_t *val) { in tsd_set() function
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h58 #define tsd_set(key, value) osd_thread_set(curthread, (key), (value)) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drrwlock.c110 VERIFY(tsd_set(rrw_tsd_key, rn) == 0); in rrn_add()
131 VERIFY(tsd_set(rrw_tsd_key, rn->rn_next) == 0); in rrn_find_and_remove()
H A Dzfs_ioctl.c3758 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history()
8108 (void) tsd_set(zfs_allow_log_key, kmem_strdup(saved_poolname)); in zfsdev_ioctl_common()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c459 tsd_set(uint_t key, void *value) in tsd_set() function
500 EXPORT_SYMBOL(tsd_set);
H A Dspl-taskq.c992 tsd_set(taskq_tsd, tq); in taskq_thread()
1131 tsd_set(taskq_tsd, NULL); in taskq_thread()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c202 tsd_set(taskq_tsd, tq); in taskq_tsd_set()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c816 VERIFY0(tsd_set(zfs_geom_probe_vdev_key, vd)); in vdev_geom_open()
876 VERIFY0(tsd_set(zfs_geom_probe_vdev_key, NULL)); in vdev_geom_open()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h353 #define tsd_set(k, v) pthread_setspecific(k, v)