1CANCEL_DELAYED_WORK_(9) Driver Basics CANCEL_DELAYED_WORK_(9)
23
4
NAME
6cancel_delayed_work_sync - cancel a delayed work and wait for it to
7finish
8
SYNOPSIS
10bool cancel_delayed_work_sync(struct delayed_work * dwork);
11
ARGUMENTS
13dwork
14the delayed work cancel
15
DESCRIPTION
17This is cancel_work_sync for delayed works.
18
RETURNS
20true if dwork was pending, false otherwise.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 CANCEL_DELAYED_WORK_(9)