Home
last modified time | relevance | path

Searched refs:linux_kthread_setup_and_run (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h66 __task = linux_kthread_setup_and_run(__td, fn, data); \
78 struct task_struct *linux_kthread_setup_and_run(struct thread *,
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c128 linux_kthread_setup_and_run(struct thread *td, linux_task_fn_t *task_fn, void *arg) in linux_kthread_setup_and_run() function