Lines Matching defs:work
68 struct work_struct *work; in process_all_work() local
120 queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work()
160 queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work, in queue_delayed_work()
289 work_pending(struct work_struct *work) in work_pending()
296 work_busy(struct work_struct *work) in work_busy()
302 __flush_work_func(struct work_struct *work) in __flush_work_func()
326 flush_work(struct work_struct *work) in flush_work()
341 _cancel_work(struct work_struct *work, bool sync_wait) in _cancel_work()
397 cancel_work_sync(struct work_struct *work) in cancel_work_sync()
407 struct work_struct *work = &dwork->work; in cancel_delayed_work() local
418 struct work_struct *work = &dwork->work; in cancel_delayed_work_sync() local
434 destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
439 destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack()