Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Drrwlock.c92 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) { in rrn_find()
109 rn->rn_next = tsd_get(rrw_tsd_key); in rrn_add()
127 for (rn = tsd_get(rrw_tsd_key); rn != NULL; rn = rn->rn_next) { in rrn_find_and_remove()
H A Dzfs_ioctl.c1217 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()
4135 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()
8535 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl_common()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtsd.h37 #define tsd_get(k) pthread_getspecific(k) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h37 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_win.h118 tsd_get(bool init) { in tsd_get() function
H A Dtsd_generic.h161 tsd_get(bool init) { in tsd_set()
142 tsd_get(bool init) { tsd_get() function
H A Dtsd.h302 * tsd_boot1, tsd_boot, tsd_booted_get, tsd_get_allocates, tsd_get, and tsd_set.
415 tsd_t *tsd = tsd_get(init);
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h58 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c200 if (context != NULL && tsd_get(taskq_tsd) == NULL) in taskq_tsd_set()
342 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.c217 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.c512 tsd_get(uint_t key) in tsd_get() function
527 EXPORT_SYMBOL(tsd_get);
H A Dspl-taskq.c596 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3070 tsd_t *tsd = tsd_get(false); in free_fastpath()