table of contents
FLUSH_DELAYED_WORK(9) | Driver Basics | FLUSH_DELAYED_WORK(9) |
NAME¶
flush_delayed_work - block until a dwork_struct´s callback has terminated
SYNOPSIS¶
void flush_delayed_work(struct delayed_work * dwork);
ARGUMENTS¶
dwork
the delayed work which is to be flushed
DESCRIPTION¶
Any timeout is cancelled, and any pending work is run immediately.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |