'\" t .\" Title: add_page_wait_queue .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Memory Management in Linux .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ADD_PAGE_WAIT_QUEUE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Memory Management in Linux" .\" ----------------------------------------------------------------- .\" * 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" add_page_wait_queue \- Add an arbitrary waiter to a page\*(Aqs wait queue .SH "SYNOPSIS" .HP \w'void\ add_page_wait_queue('u .BI "void add_page_wait_queue(struct\ page\ *\ " "page" ", wait_queue_t\ *\ " "waiter" ");" .SH "ARGUMENTS" .PP \fIpage\fR .RS 4 Page defining the wait queue of interest .RE .PP \fIwaiter\fR .RS 4 Waiter to add to the queue .RE .SH "DESCRIPTION" .PP Add an arbitrary \fIwaiter\fR to the wait queue for the nominated \fIpage\fR\&. .SH "COPYRIGHT" .br