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.

Return

true if dwork was pending, false otherwise.