Searched refs:tsd_set (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | tsd.c | 288 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-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | tsd.h | 35 extern int tsd_set(uint_t, void *);
|
| /freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tsd_tls.h | 49 tsd_set(tsd_t *val) { in tsd_set() function
|
| H A D | tsd_malloc_thread_cleanup.h | 55 tsd_set(tsd_t *val) { in tsd_set() function
|
| H A D | tsd_generic.h | 154 tsd_set(tsd_t *val) { in tsd_set() function
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 58 #define tsd_set(key, value) osd_thread_set(curthread, (key), (value)) macro
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | rrwlock.c | 110 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 D | zfs_vnops.c | 90 (void) tsd_set(zfs_fsyncer_key, (void *)(uintptr_t)zfs_fsync_sync_cnt); in zfs_fsync() 101 tsd_set(zfs_fsyncer_key, NULL); in zfs_fsync()
|
| H A D | zfs_log.c | 637 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
|
| H A D | zfs_ioctl.c | 3660 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history() 7861 (void) tsd_set(zfs_allow_log_key, kmem_strdup(saved_poolname)); in zfsdev_ioctl_common()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-tsd.c | 459 tsd_set(uint_t key, void *value) in tsd_set() function 500 EXPORT_SYMBOL(tsd_set);
|
| H A D | spl-taskq.c | 891 tsd_set(taskq_tsd, tq); in taskq_thread() 1005 tsd_set(taskq_tsd, NULL); in taskq_thread()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 210 tsd_set(taskq_tsd, tq); in taskq_tsd_set()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 820 VERIFY0(tsd_set(zfs_geom_probe_vdev_key, vd)); in vdev_geom_open() 880 VERIFY0(tsd_set(zfs_geom_probe_vdev_key, NULL)); in vdev_geom_open()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 354 #define tsd_set(k, v) pthread_setspecific(k, v)
|