1FLUSH_DELAYED_WORK(9)            Driver Basics           FLUSH_DELAYED_WORK(9)
2
3
4

NAME

6       flush_delayed_work - block until a dwork_struct's callback has
7       terminated
8

SYNOPSIS

10       void flush_delayed_work(struct delayed_work * dwork);
11

ARGUMENTS

13       dwork
14           the delayed work which is to be flushed
15

DESCRIPTION

17       Any timeout is cancelled, and any pending work is run immediately.
18
20Kernel Hackers Manual 2.6.       November 2011           FLUSH_DELAYED_WORK(9)
Impressum