diff options
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index bb9b683ea6fa..e33ff4a91703 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -355,9 +355,11 @@ extern int keventd_up(void); | |||
355 | int execute_in_process_context(work_func_t fn, struct execute_work *); | 355 | int execute_in_process_context(work_func_t fn, struct execute_work *); |
356 | 356 | ||
357 | extern bool flush_work(struct work_struct *work); | 357 | extern bool flush_work(struct work_struct *work); |
358 | extern bool flush_work_sync(struct work_struct *work); | ||
358 | extern bool cancel_work_sync(struct work_struct *work); | 359 | extern bool cancel_work_sync(struct work_struct *work); |
359 | 360 | ||
360 | extern bool flush_delayed_work(struct delayed_work *dwork); | 361 | extern bool flush_delayed_work(struct delayed_work *dwork); |
362 | extern bool flush_delayed_work_sync(struct delayed_work *work); | ||
361 | extern bool cancel_delayed_work_sync(struct delayed_work *dwork); | 363 | extern bool cancel_delayed_work_sync(struct delayed_work *dwork); |
362 | 364 | ||
363 | extern void workqueue_set_max_active(struct workqueue_struct *wq, | 365 | extern void workqueue_set_max_active(struct workqueue_struct *wq, |