Lines Matching refs:work_struct
72 struct work_struct { struct
77 typedef void (*work_func_t)(struct work_struct *); argument
80 INIT_WORK(struct work_struct *work, work_func_t func) in INIT_WORK()
89 queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work()
96 cancel_work(struct work_struct *work) in cancel_work()
103 cancel_work_sync(struct work_struct *work) in cancel_work_sync()
112 struct work_struct work;
120 to_delayed_work(struct work_struct *work) in to_delayed_work()
155 schedule_work(struct work_struct *work) in schedule_work()
213 bool flush_work(struct work_struct *);
229 destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
241 struct work_struct work;