Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c130 tsd_set(tsd); in tsd_fetch_slow()
134 tsd_set(tsd); in tsd_fetch_slow()
150 tsd_set(tsd); in tsd_fetch_slow()
236 tsd_set(tsd); in tsd_cleanup()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h35 extern int tsd_set(uint_t, void *);
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h54 tsd_set(tsd_t *val) { in tsd_set() function
H A Dtsd_tls.h48 tsd_set(tsd_t *val) { in tsd_set() function
H A Dtsd_win.h130 tsd_set(tsd_t *val) { in tsd_set() function
H A Dtsd_generic.h148 tsd_set(tsd_t *val) { in tsd_set() function
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h56 #define tsd_set(key, value) osd_thread_set(curthread, (key), (value)) macro
/f-stack/freebsd/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_vnops.c66 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()
74 tsd_set(zfs_fsyncer_key, NULL); in zfs_fsync()
H A Dzfs_log.c562 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
H A Dzfs_ioctl.c3501 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history()
7610 (void) tsd_set(zfs_allow_log_key, kmem_strdup(saved_poolname)); in zfsdev_ioctl_common()
/f-stack/freebsd/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.c878 tsd_set(taskq_tsd, tq); in taskq_thread()
997 tsd_set(taskq_tsd, NULL); in taskq_thread()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c208 tsd_set(taskq_tsd, tq); in taskq_tsd_set()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c816 VERIFY(tsd_set(zfs_geom_probe_vdev_key, vd) == 0); in vdev_geom_open()
876 VERIFY(tsd_set(zfs_geom_probe_vdev_key, NULL) == 0); in vdev_geom_open()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h350 #define tsd_set(k, v) pthread_setspecific(k, v)