1SOCK_POLL_WAIT(9)              Linux Networking              SOCK_POLL_WAIT(9)
2
3
4

NAME

6       sock_poll_wait - place memory barrier behind the poll_wait call.
7

SYNOPSIS

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

ARGUMENTS

13       filp
14           file
15
16       wait_address
17           socket wait queue
18
19       p
20           poll_table
21

DESCRIPTION

23       See the comments in the wq_has_sleeper function.
24
26Kernel Hackers Manual 3.10         June 2019                 SOCK_POLL_WAIT(9)
Impressum