Home
last modified time | relevance | path

Searched refs:taskq_of_curthread (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h112 extern taskq_t *taskq_of_curthread(void);
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h203 extern taskq_t *taskq_of_curthread(void);
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c387 taskq_of_curthread(void) in taskq_of_curthread() function
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c340 taskq_of_curthread(void) in taskq_of_curthread() function
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h518 extern taskq_t *taskq_of_curthread(void);
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c590 taskq_of_curthread(void) in taskq_of_curthread() function
594 EXPORT_SYMBOL(taskq_of_curthread);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c2212 taskq_t *tq = taskq_of_curthread(); in zio_taskq_member()