Searched refs:wake_up_interruptible_sync_poll (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | pipe.c | 368 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 390 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 394 wake_up_interruptible_sync_poll(&pipe->rd_wait, EPOLLIN | EPOLLRDNORM); in pipe_read() 573 wake_up_interruptible_sync_poll(&pipe->rd_wait, EPOLLIN | EPOLLRDNORM); in pipe_write() 596 wake_up_interruptible_sync_poll(&pipe->rd_wait, EPOLLIN | EPOLLRDNORM); in pipe_write() 600 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_rx.c | 37 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | EPOLLPRI | in smc_rx_wake_up()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | af_alg.c | 740 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in af_alg_wmem_wakeup() 807 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in af_alg_data_wakeup()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 235 #define wake_up_interruptible_sync_poll(x, m) \ macro
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 464 wake_up_interruptible_sync_poll(&wq->wait, in unix_write_space() 2196 wake_up_interruptible_sync_poll(&u->peer_wait, in unix_dgram_recvmsg()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 2916 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | EPOLLPRI | in sock_def_readable() 2937 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in sock_def_write_space()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/ |
| H A D | memory-barriers.txt | 2189 wake_up_interruptible_sync_poll();
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | socket.c | 2118 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in tipc_write_space() 2134 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in tipc_data_ready()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | tun.c | 2442 wake_up_interruptible_sync_poll(wqueue, EPOLLOUT | in tun_sock_write_space()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | socket.c | 9011 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in sctp_data_ready()
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | memory-barriers.txt | 2226 wake_up_interruptible_sync_poll();
|