CANCEL_DELAYED_WORK_
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
cancel_delayed_work_sync - cancel a delayed work and wait for it to finish
 
SYNOPSIS
- 
bool cancel_delayed_work_sync(struct delayed_work * dwork);
ARGUMENTS
dwork
- 
- the delayed work cancel
DESCRIPTION
This is
cancel_work_sync
for delayed works.
 
RETURNS
true
if
dwork
was pending,
false
otherwise.
 
COPYRIGHT