sock_poll_wait

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

sock_poll_wait - place memory barrier behind the poll_wait call.

SYNOPSIS

void sock_poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table * p);

ARGUMENTS

filp

file

wait_address

socket wait queue

p

poll_table

DESCRIPTION

See the comments in the wq_has_sleeper function.