Lines Matching defs:work
405 struct work_struct marker, *work; in linux_workqueue_thread() local
561 INIT_WORK(struct work_struct *work, void (*fn)(struct work_struct *)) in INIT_WORK()
576 work_claimed(struct work_struct *work, struct workqueue_struct *wq) in work_claimed()
592 work_pending(const struct work_struct *work) in work_pending()
605 work_queue(struct work_struct *work) in work_queue()
623 acquire_work(struct work_struct *work, struct workqueue_struct *wq) in acquire_work()
656 release_work(struct work_struct *work, struct workqueue_struct *wq) in release_work()
686 schedule_work(struct work_struct *work) in schedule_work()
704 queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work()
741 cancel_work(struct work_struct *work) in cancel_work()
790 cancel_work_sync(struct work_struct *work) in cancel_work_sync()
840 wait_for_current_work(struct work_struct *work, struct workqueue_struct *wq) in wait_for_current_work()
1441 flush_work_cb(struct work_struct *work) in flush_work_cb()
1522 flush_work(struct work_struct *work) in flush_work()