Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c114 tsk = spl_kthread_create(thread_generic_wrapper, (void *)tp, in __thread_create()
130 spl_kthread_create(int (*func)(void *), void *data, const char namefmt[], ...) in spl_kthread_create() function
154 EXPORT_SYMBOL(spl_kthread_create);
H A Dspl-taskq.c1172 tqt->tqt_thread = spl_kthread_create(taskq_thread, tqt, in taskq_thread_create()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h66 extern struct task_struct *spl_kthread_create(int (*func)(void *),