Searched refs:tsd_get (Results 1 – 16 of 16) sorted by relevance
92 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()
1217 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()
37 #define tsd_get(k) pthread_getspecific(k) macro
37 extern void *tsd_get(uint_t);
51 tsd_get(bool init) { in tsd_get() function
44 tsd_get(bool init) { in tsd_get() function
118 tsd_get(bool init) { in tsd_get() function
161 tsd_get(bool init) { in tsd_set() 142 tsd_get(bool init) { tsd_get() function
302 * tsd_boot1, tsd_boot, tsd_booted_get, tsd_get_allocates, tsd_get, and tsd_set.415 tsd_t *tsd = tsd_get(init);
58 #define tsd_get(key) osd_thread_get(curthread, (key)) macro
200 if (context != NULL && tsd_get(taskq_tsd) == NULL) in taskq_tsd_set()342 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
185 MPASS(tsd_get(rrw_tsd_key) == NULL); in zfsdev_ioctl()
217 if (!zpool_on_zvol && tsd_get(zfs_geom_probe_vdev_key) != NULL) { in zvol_geom_open()
512 tsd_get(uint_t key) in tsd_get() function527 EXPORT_SYMBOL(tsd_get);
596 return (tsd_get(taskq_tsd)); in taskq_of_curthread()
3070 tsd_t *tsd = tsd_get(false); in free_fastpath()