Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h36 extern void *tsd_get(uint_t);
/f-stack/freebsd/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_log.c561 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()
H A Dzfs_ioctl.c1042 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()
3498 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()
7607 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl_common()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h49 tsd_get(bool init) { in tsd_get() function
H A Dtsd_tls.h42 tsd_get(UNUSED bool init) { in tsd_get() function
H A Dtsd_win.h118 tsd_get(bool init) { in tsd_get() function
H A Dtsd_generic.h136 tsd_get(bool init) { in tsd_get() function
H A Dtsd.h257 tsd_t *tsd = tsd_get(init); in tsd_fetch_impl()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h55 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c205 if (context != NULL && tsd_get(taskq_tsd) == NULL) in taskq_tsd_set()
265 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
/f-stack/freebsd/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.c504 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c178 MPASS(tsd_get(rrw_tsd_key) == NULL); in zfsdev_ioctl()
H A Dzvol_os.c215 if (!zpool_on_zvol && tsd_get(zfs_geom_probe_vdev_key) != NULL) { in zvol_geom_open()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h349 #define tsd_get(k) pthread_getspecific(k)