Searched refs:kthread_work (Results 1 – 3 of 3) sorted by relevance
78 struct kthread_work;79 typedef void (*kthread_work_func_t)(struct kthread_work *work);92 struct kthread_work *current_work;95 struct kthread_work { struct104 struct kthread_work work; argument129 struct kthread_work work = KTHREAD_WORK_INIT(work, fn)159 memset((work), 0, sizeof(struct kthread_work)); \182 struct kthread_work *work);192 void kthread_flush_work(struct kthread_work *work);195 bool kthread_cancel_work_sync(struct kthread_work *work);
61 struct kthread_work pump_requests;
553 struct kthread_work pump_messages;