Home
last modified time | relevance | path

Searched refs:linux_task_fn_t (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h81 typedef int linux_task_fn_t(void *data); typedef
H A Dkthread.h60 linux_task_fn_t *, void *arg);
H A Dsched.h67 linux_task_fn_t *task_fn;
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c130 linux_kthread_setup_and_run(struct thread *td, linux_task_fn_t *task_fn, void *arg) in linux_kthread_setup_and_run()