'\" t .\" Title: sock_poll_wait .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SOCK_POLL_WAIT" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Linux Networking" .\" ----------------------------------------------------------------- .\" * 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" sock_poll_wait \- place memory barrier behind the poll_wait call\&. .SH "SYNOPSIS" .HP \w'void\ sock_poll_wait('u .BI "void sock_poll_wait(struct\ file\ *\ " "filp" ", wait_queue_head_t\ *\ " "wait_address" ", poll_table\ *\ " "p" ");" .SH "ARGUMENTS" .PP \fIfilp\fR .RS 4 file .RE .PP \fIwait_address\fR .RS 4 socket wait queue .RE .PP \fIp\fR .RS 4 poll_table .RE .SH "DESCRIPTION" .PP See the comments in the wq_has_sleeper function\&. .SH "COPYRIGHT" .br