Home
last modified time | relevance | path

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

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