.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "CANCEL_REARMING_DELAYED_WORKQUEUE" "9" "09 October 2005" "" ""
.SH NAME
cancel_rearming_delayed_workqueue \- reliably kill off a delayed
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void cancel_rearming_delayed_workqueue (struct workqueue_struct * \fIwq\fB, struct work_struct * \fIwork\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIwq\fB\fR
the controlling workqueue structure
.TP
\fB\fIwork\fB\fR
the delayed work struct
.SH "DESCRIPTION"
.PP
work whose handler rearms the delayed work.