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 |
|---|
| xjack(1) - redhat |
| struct_ccwgroup_driver(9) - centos |
| struct_sta_ampdu_mlme(9) - centos |
| xjack(6x) - debian |
| tapset::irq(3stap) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Cut command on RHEL 6.8 compatibility issues |
| SOCKS proxy & PAM configuration exposure |
| Tar Command |
| Docker learning Phase-I |