Searched refs:tsd_set (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/jemalloc/src/ |
| H A D | tsd.c | 296 tsd_set(tsd); in tsd_fetch_slow() 301 tsd_set(tsd); in tsd_fetch_slow() 317 tsd_set(tsd); 410 tsd_set(tsd); in tsd_cleanup()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | tsd.h | 38 #define tsd_set(k, v) pthread_setspecific(k, v) macro
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | tsd.h | 36 extern int tsd_set(uint_t, void *);
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tsd_malloc_thread_cleanup.h | 55 tsd_set(tsd_t *val) { in tsd_set() function
|
| H A D | tsd_tls.h | 49 tsd_set(tsd_t *val) { in tsd_set() function
|
| H A D | tsd_win.h | 130 tsd_set(tsd_t *val) { in tsd_set() function
|
| H A D | tsd_generic.h | 173 tsd_set(tsd_t *val) { 154 tsd_set(tsd_t *val) { tsd_set() function
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 59 #define tsd_set(key, value) osd_thread_set(curthread, (key), (value)) macro
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | rrwlock.c | 111 VERIFY0(tsd_set(rrw_tsd_key, rn)); in rrn_add() 132 VERIFY0(tsd_set(rrw_tsd_key, rn->rn_next)); in rrn_find_and_remove()
|
| H A D | zfs_ioctl.c | 4138 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history() 8538 (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 D | spl-tsd.c | 460 tsd_set(uint_t key, void *value) in tsd_set() function 501 EXPORT_SYMBOL(tsd_set);
|
| H A D | spl-taskq.c | 1023 tsd_set(taskq_tsd, tq); in taskq_thread() 1154 tsd_set(taskq_tsd, NULL); in taskq_thread()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 203 tsd_set(taskq_tsd, tq); in taskq_tsd_set()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 817 VERIFY0(tsd_set(zfs_geom_probe_vdev_key, vd)); in vdev_geom_open() 877 VERIFY0(tsd_set(zfs_geom_probe_vdev_key, NULL)); in vdev_geom_open()
|