other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
FLUSH_WORK(9) | Driver Basics | FLUSH_WORK(9) |
NAME¶
flush_work - wait for a work to finish executing the last queueing instanceSYNOPSIS¶
bool
flush_work(struct work_struct * work);
ARGUMENTS¶
workthe work to flush
DESCRIPTION¶
Wait until work has finished execution. work is guaranteed to be idle on return if it hasn't been requeued since flush started.RETURN¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |