FLUSH_WORK(9) Driver Basics FLUSH_WORK(9)NAMEflush_work - block until a work_struct's callback has terminatedSYNOPSISint flush_work(struct work_struct * work);ARGUMENTSwork the work which is to be flushedDESCRIPTIONReturns false if work has already terminated. It is expected that, prior to calling flush_work, the caller has arranged for the work to not be requeued, otherwise it doesn't make sense to use this function.COPYRIGHTKernel Hackers Manual 2.6. July 2010 FLUSH_WORK(9)
| Related Man Pages |
|---|
| struct_ccwgroup_driver(9) - centos |
| usb_queue_reset_device(9) - centos |
| struct_ccw_driver(9) - suse |
| workqueue_create(9) - netbsd |
| workqueue_enqueue(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Getting command output to putty window title. |
| Docker learning Phase-I |
| The Future of the PM (Private Message) System at UNIX.com |
| Shopt -s histappend |
| 32 bit process addressing more than 4GB |