other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
FLUSH_DELAYED_WORK(9) | Driver Basics | FLUSH_DELAYED_WORK(9) |
NAME¶
flush_delayed_work - wait for a dwork to finish executing the last queueingSYNOPSIS¶
bool
flush_delayed_work(struct delayed_work * dwork);
ARGUMENTS¶
dworkthe delayed work to flush
DESCRIPTION¶
Delayed timer is cancelled and the pending work is queued for immediate execution. Like flush_work, this function only considers the last queueing instance of dwork.RETURN¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |