Searched refs:tsd_get (Results 1 – 16 of 16) sorted by relevance
36 extern void *tsd_get(uint_t);
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()
561 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()
1042 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()
49 tsd_get(bool init) { in tsd_get() function
42 tsd_get(UNUSED bool init) { in tsd_get() function
118 tsd_get(bool init) { in tsd_get() function
136 tsd_get(bool init) { in tsd_get() function
257 tsd_t *tsd = tsd_get(init); in tsd_fetch_impl()
55 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
205 if (context != NULL && tsd_get(taskq_tsd) == NULL) in taskq_tsd_set()265 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
511 tsd_get(uint_t key) in tsd_get() function526 EXPORT_SYMBOL(tsd_get);
504 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
178 MPASS(tsd_get(rrw_tsd_key) == NULL); in zfsdev_ioctl()
215 if (!zpool_on_zvol && tsd_get(zfs_geom_probe_vdev_key) != NULL) { in zvol_geom_open()
349 #define tsd_get(k) pthread_getspecific(k)