Home
last modified time | relevance | path

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

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