Searched refs:kthread_work (Results 1 – 8 of 8) sorted by relevance
116 struct kthread_work;117 typedef void (*kthread_work_func_t)(struct kthread_work *work);130 struct kthread_work *current_work;133 struct kthread_work { struct142 struct kthread_work work; argument158 struct kthread_work work = KTHREAD_WORK_INIT(work, fn)175 memset((work), 0, sizeof(struct kthread_work)); \244 struct kthread_work *work);254 void kthread_flush_work(struct kthread_work *work);257 bool kthread_cancel_work_sync(struct kthread_work *work);
29 struct kthread_work base;68 void (*func)(struct kthread_work *work));
29 struct kthread_work work;33 void (*xmit_work_fn)(struct kthread_work *work);
46 struct kthread_work work;51 void (*xmit_work_fn)(struct kthread_work *work);
172 struct kthread_work work;176 void (*xmit_work_fn)(struct kthread_work *work);
52 struct kthread_work pump_requests;
67 struct kthread_work *work),95 TP_PROTO(struct kthread_work *work),121 TP_PROTO(struct kthread_work *work, kthread_work_func_t function),
709 struct kthread_work pump_messages;
Completed in 32 milliseconds