Home
last modified time | relevance | path

Searched refs:kthread_work (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dkthread.h112 struct kthread_work;
113 typedef void (*kthread_work_func_t)(struct kthread_work *work);
126 struct kthread_work *current_work;
129 struct kthread_work { struct
138 struct kthread_work work; argument
163 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);
/include/drm/
Ddrm_vblank_work.h28 struct kthread_work base;
67 void (*func)(struct kthread_work *work));
/include/linux/dsa/
Dsja1105.h69 struct kthread_work xmit_work;
Docelot.h168 struct kthread_work work;
172 void (*xmit_work_fn)(struct kthread_work *work);
/include/crypto/
Dengine.h68 struct kthread_work pump_requests;
/include/trace/events/
Dsched.h67 struct kthread_work *work),
95 TP_PROTO(struct kthread_work *work),
121 TP_PROTO(struct kthread_work *work, kthread_work_func_t function),
/include/linux/spi/
Dspi.h613 struct kthread_work pump_messages;