Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkthread.h87 typedef void (*kthread_work_func_t)(struct kthread_work *work); typedef
105 kthread_work_func_t func;
/Linux-v5.15/include/trace/events/
Dsched.h121 TP_PROTO(struct kthread_work *work, kthread_work_func_t function),
/Linux-v5.15/kernel/
Dkthread.c759 kthread_work_func_t func = work->func; in kthread_worker_fn()