Searched refs:linux_task_fn_t (Results 1 – 5 of 5) sorted by relevance
76 typedef int linux_task_fn_t(void *data); typedef
94 typedef int linux_task_fn_t(void *data); typedef
79 linux_task_fn_t *, void *arg);
73 linux_task_fn_t *task_fn;
128 linux_kthread_setup_and_run(struct thread *td, linux_task_fn_t *task_fn, void *arg) in linux_kthread_setup_and_run()