Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h167 typedef struct taskq_thread {
126 typedef struct taskq_thread { global() struct
134 tqt_flagstaskq_thread global() argument
/freebsd-src/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c215 taskq_thread(void *arg) in taskq_thread() function
299 NULL, 0, taskq_thread, tq, 0, &p0, TS_RUN, pri)) != NULL); in taskq_create()
/freebsd-src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c970 taskq_thread(void *args) in taskq_thread()
1149 tqt->tqt_thread = spl_kthread_create(taskq_thread, tqt, in taskq_create()
1406 * taskq_thread might have touched nspawn, but we don't want them to in spl_taskq_prepare_down()
869 taskq_thread(void *args) taskq_thread() function