Name
cancel_rearming_delayed_work —
reliably kill off a delayed work.
Synopsis
void cancel_rearming_delayed_work ( | struct delayed_work * | dwork) ; |
Arguments
dwork
the delayed work struct
Description
It is possible to use this function if dwork
rearms itself via queue_work
or queue_delayed_work
. See also the comment for cancel_work_sync
.