'\" t .\" Title: __audit_free .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: Audit Interfaces .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "__AUDIT_FREE" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "Audit Interfaces" .\" ----------------------------------------------------------------- .\" * 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" __audit_free \- free a per\-task audit context .SH "SYNOPSIS" .HP \w'void\ __audit_free('u .BI "void __audit_free(struct\ task_struct\ *\ " "tsk" ");" .SH "ARGUMENTS" .PP \fIstruct task_struct * tsk\fR .RS 4 task whose audit context block to free .RE .SH "DESCRIPTION" .PP Called from copy_process and do_exit .SH "COPYRIGHT" .br