Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkthread.h137 typedef void (*kthread_work_func_t)(struct kthread_work *work); typedef
155 kthread_work_func_t func;
/linux/include/trace/events/
H A Dsched.h121 TP_PROTO(struct kthread_work *work, kthread_work_func_t function),
/linux/kernel/
H A Dkthread.c1022 kthread_work_func_t func = work->func; in kthread_worker_fn()