Searched refs:tsd_get (Results 1 – 15 of 15) sorted by relevance
91 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()
1030 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()
36 extern void *tsd_get(uint_t);
51 tsd_get(bool init) { in tsd_get() function
44 tsd_get(bool init) { in tsd_get() function
142 tsd_get(bool init) { in tsd_get() function
347 tsd_t *tsd = tsd_get(init); in tsd_fetch_impl()
57 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
199 if (context != NULL && tsd_get(taskq_tsd) == NULL) in taskq_tsd_set()341 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
185 MPASS(tsd_get(rrw_tsd_key) == NULL); in zfsdev_ioctl()
226 if (!zpool_on_zvol && tsd_get(zfs_geom_probe_vdev_key) != NULL) { in zvol_geom_open()
511 tsd_get(uint_t key) in tsd_get() function526 EXPORT_SYMBOL(tsd_get);
591 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
352 #define tsd_get(k) pthread_getspecific(k)
2334 tsd_t *tsd = tsd_get(false); in JEMALLOC_ATTR()2792 tsd_t *tsd = tsd_get(false); in free_fastpath()