Home
last modified time | relevance | path

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

/include/linux/
Dkthread.h78 struct kthread_work;
79 typedef void (*kthread_work_func_t)(struct kthread_work *work);
92 struct kthread_work *current_work;
95 struct kthread_work { struct
104 struct kthread_work work; argument
129 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);
/include/crypto/
Dengine.h61 struct kthread_work pump_requests;
/include/linux/spi/
Dspi.h553 struct kthread_work pump_messages;