Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h111 extern taskq_t *taskq_of_curthread(void);
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h202 extern taskq_t *taskq_of_curthread(void);
/freebsd-src/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c386 taskq_of_curthread(void) in taskq_of_curthread() function
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c339 taskq_of_curthread(void) in taskq_member()
344 taskq_of_curthread(void) taskq_of_curthread() function
/freebsd-src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c589 taskq_of_curthread(void) in taskq_dispatch()
593 EXPORT_SYMBOL(taskq_of_curthread); in taskq_dispatch()
512 taskq_of_curthread(void) taskq_of_curthread() function
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h517 extern taskq_t *taskq_of_curthread(void);
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzio.c2130 taskq_t *tq = taskq_of_curthread(); in zio_delay_interrupt()