Searched refs:wake_up_interruptible_sync_poll (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/fs/ |
| H A D | pipe.c | 400 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in anon_pipe_read() 402 wake_up_interruptible_sync_poll(&pipe->rd_wait, EPOLLIN | EPOLLRDNORM); in anon_pipe_read() 570 wake_up_interruptible_sync_poll(&pipe->rd_wait, EPOLLIN | EPOLLRDNORM); in anon_pipe_write() 595 wake_up_interruptible_sync_poll(&pipe->rd_wait, EPOLLIN | EPOLLRDNORM); in anon_pipe_write() 598 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in anon_pipe_write()
|
| /linux-6.15/net/smc/ |
| H A D | smc_rx.c | 43 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | EPOLLPRI | in smc_rx_wake_up()
|
| H A D | af_smc.c | 797 wake_up_interruptible_sync_poll(&wq->wait, flags); in smc_fback_wakeup_waitqueue()
|
| /linux-6.15/crypto/ |
| H A D | af_alg.c | 848 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in af_alg_wmem_wakeup() 915 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in af_alg_data_wakeup()
|
| /linux-6.15/include/linux/ |
| H A D | wait.h | 244 #define wake_up_interruptible_sync_poll(x, m) \ macro
|
| /linux-6.15/net/core/ |
| H A D | sock.c | 3533 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | EPOLLPRI | in sock_def_readable() 3551 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in sock_def_write_space() 3576 wake_up_interruptible_sync_poll(&wq->wait, EPOLLOUT | in sock_def_write_space_wfree()
|
| /linux-6.15/net/unix/ |
| H A D | af_unix.c | 602 wake_up_interruptible_sync_poll(&wq->wait, in unix_write_space() 2447 wake_up_interruptible_sync_poll(&u->peer_wait, in __unix_dgram_recvmsg()
|
| /linux-6.15/Documentation/translations/ko_KR/ |
| H A D | memory-barriers.txt | 2210 wake_up_interruptible_sync_poll();
|
| /linux-6.15/net/tipc/ |
| H A D | socket.c | 2116 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()
|
| /linux-6.15/drivers/net/ |
| H A D | tun.c | 2340 wake_up_interruptible_sync_poll(wqueue, EPOLLOUT | in tun_sock_write_space()
|
| /linux-6.15/net/sctp/ |
| H A D | socket.c | 9299 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN | in sctp_data_ready()
|
| /linux-6.15/Documentation/ |
| H A D | memory-barriers.txt | 2254 wake_up_interruptible_sync_poll();
|
| /linux-6.15/Documentation/translations/sp_SP/ |
| H A D | memory-barriers.txt | 2352 wake_up_interruptible_sync_poll();
|