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.