Searched refs:kthread_work (Results 1 – 7 of 7) sorted by relevance
115 struct kthread_work;116 typedef void (*kthread_work_func_t)(struct kthread_work *work);129 struct kthread_work *current_work;132 struct kthread_work { struct141 struct kthread_work work; argument157 struct kthread_work work = KTHREAD_WORK_INIT(work, fn)174 memset((work), 0, sizeof(struct kthread_work)); \198 struct kthread_work *work);208 void kthread_flush_work(struct kthread_work *work);211 bool kthread_cancel_work_sync(struct kthread_work *work);
28 struct kthread_work base;67 void (*func)(struct kthread_work *work));
46 struct kthread_work work;51 void (*xmit_work_fn)(struct kthread_work *work);
169 struct kthread_work work;173 void (*xmit_work_fn)(struct kthread_work *work);
73 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),
653 struct kthread_work pump_messages;