FLUSH_WORKQUEUE(9) Driver Basics FLUSH_WORKQUEUE(9)NAMEflush_workqueue - ensure that any scheduled work has run to completion.SYNOPSISvoid flush_workqueue(struct workqueue_struct * wq);ARGUMENTSwq workqueue to flushDESCRIPTIONThis function sleeps until all work items which were queued on entry have finished execution, but it is not livelocked by new incoming ones.COPYRIGHTKernel Hackers Manual 3.10 June 2014 FLUSH_WORKQUEUE(9)
| Related Man Pages |
|---|
| del_timer_sync(9) - centos |
| device_schedule_callback_owner(9) - centos |
| usb_kill_urb(9) - centos |
| workqueue_destroy(9) - netbsd |
| device_schedule_callback_owner(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Docker learning Phase-I |
| Shopt -s histappend |
| Controlling user input |
| [TIP] Processing YAML files with yq |