Home
last modified time | relevance | path

Searched refs:tsd_get (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Drrwlock.c91 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) { in rrn_find()
108 rn->rn_next = tsd_get(rrw_tsd_key); in rrn_add()
126 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) { in rrn_find_and_remove()
H A Dzfs_ioctl.c1030 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()
3755 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()
8105 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl_common()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h36 extern void *tsd_get(uint_t);
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h51 tsd_get(bool init) { in tsd_get() function
H A Dtsd_tls.h44 tsd_get(bool init) { in tsd_get() function
H A Dtsd_generic.h142 tsd_get(bool init) { in tsd_get() function
H A Dtsd.h347 tsd_t *tsd = tsd_get(init); in tsd_fetch_impl()
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h57 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c199 if (context != NULL && tsd_get(taskq_tsd) == NULL) in taskq_tsd_set()
341 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c185 MPASS(tsd_get(rrw_tsd_key) == NULL); in zfsdev_ioctl()
H A Dzvol_os.c226 if (!zpool_on_zvol && tsd_get(zfs_geom_probe_vdev_key) != NULL) { in zvol_geom_open()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c511 tsd_get(uint_t key) in tsd_get() function
526 EXPORT_SYMBOL(tsd_get);
H A Dspl-taskq.c591 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h352 #define tsd_get(k) pthread_getspecific(k)
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2334 tsd_t *tsd = tsd_get(false); in JEMALLOC_ATTR()
2792 tsd_t *tsd = tsd_get(false); in free_fastpath()