Searched refs:kthread_work (Results 1 – 7 of 7) sorted by relevance
112 struct kthread_work;113 typedef void (*kthread_work_func_t)(struct kthread_work *work);126 struct kthread_work *current_work;129 struct kthread_work { struct138 struct kthread_work work; argument163 struct kthread_work work = KTHREAD_WORK_INIT(work, fn)193 memset((work), 0, sizeof(struct kthread_work)); \217 struct kthread_work *work);227 void kthread_flush_work(struct kthread_work *work);230 bool kthread_cancel_work_sync(struct kthread_work *work);
28 struct kthread_work base;67 void (*func)(struct kthread_work *work));
69 struct kthread_work xmit_work;
168 struct kthread_work work;172 void (*xmit_work_fn)(struct kthread_work *work);
68 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),
613 struct kthread_work pump_messages;