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

NAME

6       cancel_delayed_work_sync - cancel a delayed work and wait for it to
7       finish
8

SYNOPSIS

10       bool cancel_delayed_work_sync(struct delayed_work * dwork);
11

ARGUMENTS

13       dwork
14           the delayed work cancel
15

DESCRIPTION

17       This is cancel_work_sync for delayed works.
18

RETURNS

20       true if dwork was pending, false otherwise.
21
23Kernel Hackers Manual 3.10         June 2019           CANCEL_DELAYED_WORK_(9)
Impressum