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

NAME

6       cancel_delayed_work_sync - reliably kill off a delayed work.
7

SYNOPSIS

9       int cancel_delayed_work_sync(struct delayed_work * dwork);
10

ARGUMENTS

12       dwork
13           the delayed work struct
14

DESCRIPTION

16       Returns true if dwork was pending.
17
18       It is possible to use this function if dwork rearms itself via
19       queue_work or queue_delayed_work. See also the comment for
20       cancel_work_sync.
21
23Kernel Hackers Manual 2.6.         June 2019           CANCEL_DELAYED_WORK_(9)
Impressum