1FLUSH_DELAYED_WORK(9) Driver Basics FLUSH_DELAYED_WORK(9)
23
4
NAME
6flush_delayed_work - block until a dwork_struct´s callback has
7terminated
8
SYNOPSIS
10void flush_delayed_work(struct delayed_work * dwork);
11
ARGUMENTS
13dwork
14the delayed work which is to be flushed
15
DESCRIPTION
17Any timeout is cancelled, and any pending work is run immediately.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 FLUSH_DELAYED_WORK(9)