'\" t .\" Title: task_clear_jobctl_pending .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Driver Basics .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "TASK_CLEAR_JOBCTL_PE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Driver Basics" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" task_clear_jobctl_pending \- clear jobctl pending bits .SH "SYNOPSIS" .HP \w'void\ task_clear_jobctl_pending('u .BI "void task_clear_jobctl_pending(struct\ task_struct\ *\ " "task" ", unsigned\ long\ " "mask" ");" .SH "ARGUMENTS" .PP \fItask\fR .RS 4 target task .RE .PP \fImask\fR .RS 4 pending bits to clear .RE .SH "DESCRIPTION" .PP Clear \fImask\fR from \fItask\fR\->jobctl\&. \fImask\fR must be subset of \fBJOBCTL_PENDING_MASK\fR\&. If \fBJOBCTL_STOP_PENDING\fR is being cleared, other STOP bits are cleared together\&. .PP If clearing of \fImask\fR leaves no stop or trap pending, this function calls \fBtask_clear_jobctl_trapping\fR\&. .SH "CONTEXT" .PP Must be called with \fItask\fR\->sighand\->siglock held\&. .SH "COPYRIGHT" .br