Searched refs:tsd_get_by_thread (Results 1 – 3 of 3) sorted by relevance
38 extern void *tsd_get_by_thread(uint_t, kthread_t *);
539 tsd_get_by_thread(uint_t key, kthread_t *thread) in tsd_get_by_thread() function554 EXPORT_SYMBOL(tsd_get_by_thread);
585 return (tq == (taskq_t *)tsd_get_by_thread(taskq_tsd, t)); in taskq_member()