Home
last modified time | relevance | path

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

/include/linux/
A Dkthread.h116 struct kthread_work;
117 typedef void (*kthread_work_func_t)(struct kthread_work *work);
130 struct kthread_work *current_work;
133 struct kthread_work { struct
142 struct kthread_work work; argument
158 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);
/include/drm/
A Ddrm_vblank_work.h29 struct kthread_work base;
68 void (*func)(struct kthread_work *work));
/include/linux/dsa/
A Dksz_common.h29 struct kthread_work work;
33 void (*xmit_work_fn)(struct kthread_work *work);
A Dsja1105.h46 struct kthread_work work;
51 void (*xmit_work_fn)(struct kthread_work *work);
A Docelot.h172 struct kthread_work work;
176 void (*xmit_work_fn)(struct kthread_work *work);
/include/crypto/internal/
A Dengine.h52 struct kthread_work pump_requests;
/include/trace/events/
A 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/
A Dspi.h709 struct kthread_work pump_messages;

Completed in 32 milliseconds