'\" t .\" Title: eventfd_ctx_put .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Events based on file descriptors .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "EVENTFD_CTX_PUT" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Events based on file descripto" .\" ----------------------------------------------------------------- .\" * 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" eventfd_ctx_put \- Releases a reference to the internal eventfd context\&. .SH "SYNOPSIS" .HP \w'void\ eventfd_ctx_put('u .BI "void eventfd_ctx_put(struct\ eventfd_ctx\ *\ " "ctx" ");" .SH "ARGUMENTS" .PP \fIctx\fR .RS 4 [in] Pointer to eventfd context\&. .RE .SH "DESCRIPTION" .PP The eventfd context reference must have been previously acquired either with \fBeventfd_ctx_get\fR or \fBeventfd_ctx_fdget\fR\&. .SH "COPYRIGHT" .br