Searched refs:wake_up_interruptible_sync_poll (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/fs/ |
H A D | pipe.c | 315 wake_up_interruptible_sync_poll(&pipe->wait, POLLOUT | POLLWRNORM); pipe_read() 324 wake_up_interruptible_sync_poll(&pipe->wait, POLLOUT | POLLWRNORM); pipe_read() 453 wake_up_interruptible_sync_poll(&pipe->wait, POLLIN | POLLRDNORM); pipe_write() 464 wake_up_interruptible_sync_poll(&pipe->wait, POLLIN | POLLRDNORM); pipe_write() 558 wake_up_interruptible_sync_poll(&pipe->wait, POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM | POLLERR | POLLHUP); pipe_release()
|
/linux-4.1.27/crypto/ |
H A D | algif_aead.c | 108 wake_up_interruptible_sync_poll(&wq->wait, POLLIN | aead_wmem_wakeup() 159 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT | aead_data_wakeup()
|
H A D | algif_skcipher.c | 247 wake_up_interruptible_sync_poll(&wq->wait, POLLIN | skcipher_wmem_wakeup() 297 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT | skcipher_data_wakeup()
|
/linux-4.1.27/net/unix/ |
H A D | af_unix.c | 444 wake_up_interruptible_sync_poll(&wq->wait, unix_write_space() 1964 wake_up_interruptible_sync_poll(&u->peer_wait, unix_dgram_recvmsg()
|
/linux-4.1.27/net/core/ |
H A D | sock.c | 2241 wake_up_interruptible_sync_poll(&wq->wait, POLLIN | POLLPRI | sock_def_readable() 2259 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT | sock_def_write_space()
|
/linux-4.1.27/net/tipc/ |
H A D | socket.c | 1485 wake_up_interruptible_sync_poll(&wq->wait, POLLOUT | tipc_write_space() 1502 wake_up_interruptible_sync_poll(&wq->wait, POLLIN | tipc_data_ready()
|
/linux-4.1.27/include/linux/ |
H A D | wait.h | 185 #define wake_up_interruptible_sync_poll(x, m) \ macro
|
/linux-4.1.27/drivers/net/ |
H A D | tun.c | 1444 wake_up_interruptible_sync_poll(wqueue, POLLOUT | tun_sock_write_space()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_ipv4.c | 1532 wake_up_interruptible_sync_poll(sk_sleep(sk), tcp_prequeue()
|
/linux-4.1.27/net/sctp/ |
H A D | socket.c | 7000 wake_up_interruptible_sync_poll(&wq->wait, POLLIN | sctp_data_ready()
|
Completed in 234 milliseconds