Home
last modified time | relevance | path

Searched refs:tsd_get_by_thread (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtsd.h38 extern void *tsd_get_by_thread(uint_t, kthread_t *);
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c539 tsd_get_by_thread(uint_t key, kthread_t *thread) in tsd_get_by_thread() function
554 EXPORT_SYMBOL(tsd_get_by_thread);
H A Dspl-taskq.c585 return (tq == (taskq_t *)tsd_get_by_thread(taskq_tsd, t)); in taskq_member()