Searched refs:linux_task_fn_t (Results 1 – 7 of 7) sorted by relevance
75 typedef int linux_task_fn_t(void *data); typedef
93 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()