centos man page for cancel_delayed_work

Query: cancel_delayed_work

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CANCEL_DELAYED_WORK(9)						   Driver Basics					    CANCEL_DELAYED_WORK(9)

NAME
cancel_delayed_work - cancel a delayed work
SYNOPSIS
bool cancel_delayed_work(struct delayed_work * dwork);
ARGUMENTS
dwork delayed_work to cancel
DESCRIPTION
Kill off a pending delayed_work. Returns true if dwork was pending and canceled; false if wasn't pending. Note that the work callback function may still be running on return, unless it returns true and the work doesn't re-arm itself. Explicitly flush or use cancel_delayed_work_sync to wait on it. This function is safe to call from any context including IRQ handler.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CANCEL_DELAYED_WORK(9)
Related Man Pages
tcl_cancelidlecall(3) - mojave
tcl_dowhenidle(3) - mojave
after(n) - redhat
tcl_cancelidlecall(3) - centos
tcl_dowhenidle(3) - centos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Controlling user input
[TIP] Processing YAML files with yq