| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_epoll_edge.pkt | 4 // EPOLLERR is known to be not edge-triggered unlike EPOLLIN and EPOLLOUT but 29 +0 epoll_ctl(5, EPOLL_CTL_ADD, 4, {events=EPOLLOUT|EPOLLET, fd=4}) = 0 30 +0 epoll_wait(5, {events=EPOLLOUT, fd=4}, 1, 0) = 1 41 +0 epoll_wait(5, {events=EPOLLERR|EPOLLOUT, fd=4}, 1, 0) = 1 49 +0 epoll_wait(5, {events=EPOLLERR|EPOLLOUT, fd=4}, 1, 0) = 1
|
| H A D | tcp_zerocopy_epoll_exclusive.pkt | 4 // EPOLLERR is known to be not edge-triggered unlike EPOLLIN and EPOLLOUT but 31 {events=EPOLLOUT|EPOLLET|EPOLLEXCLUSIVE, fd=4}) = 0 32 +0 epoll_wait(5, {events=EPOLLOUT, fd=4}, 1, 0) = 1 43 +0 epoll_wait(5, {events=EPOLLERR|EPOLLOUT, fd=4}, 1, 0) = 1 51 +0 epoll_wait(5, {events=EPOLLERR|EPOLLOUT, fd=4}, 1, 0) = 1
|
| H A D | tcp_zerocopy_epoll_oneshot.pkt | 31 {events=EPOLLOUT|EPOLLET|EPOLLONESHOT, fd=4}) = 0 42 +0 epoll_wait(5, {events=EPOLLERR|EPOLLOUT, fd=4}, 1, 0) = 1 53 +0 epoll_ctl(5, EPOLL_CTL_MOD, 4, {events=EPOLLOUT|EPOLLONESHOT, fd=4}) = 0 54 +0 epoll_wait(5, {events=EPOLLERR|EPOLLOUT, fd=4}, 1, 0) = 1
|
| /linux/fs/ |
| H A D | eventfd.c | 171 events |= EPOLLOUT; in eventfd_poll() 207 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue() 238 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
|
| H A D | pipe.c | 475 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in anon_pipe_read() 674 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in anon_pipe_write() 780 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
|
| /linux/include/uapi/linux/ |
| H A D | eventpoll.h | 33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
|
| /linux/arch/um/os-Linux/ |
| H A D | irq.c | 53 return EPOLLOUT; in os_event_mask()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-buf.c | 351 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll() 357 if (events & EPOLLOUT) { in dma_buf_poll() 363 events &= ~EPOLLOUT; in dma_buf_poll() 365 dcb->active = EPOLLOUT; in dma_buf_poll() 368 if (events & EPOLLOUT) { in dma_buf_poll() 376 events &= ~EPOLLOUT; in dma_buf_poll()
|
| /linux/tools/testing/selftests/kcmp/ |
| H A D | kcmp_test.c | 62 ev.events = EPOLLIN | EPOLLOUT; in main()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | hw_ops.c | 68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll() 70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
|
| H A D | backing_ops.c | 101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll() 103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
|
| /linux/include/linux/ |
| H A D | poll.h | 24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
| /linux/sound/core/seq/oss/ |
| H A D | seq_oss_rw.c | 201 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
| /linux/drivers/iio/buffer/ |
| H A D | kfifo_buf.c | 165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
|
| /linux/sound/usb/usx2y/ |
| H A D | us122l.c | 209 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll() 220 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-dev-common.c | 258 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
|
| /linux/drivers/media/pci/ngene/ |
| H A D | ngene-dvb.c | 92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|
| /linux/arch/mips/kernel/ |
| H A D | rtlx.c | 356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmb_dev_int.c | 183 __poll_t mask = EPOLLOUT; in ipmb_poll()
|
| H A D | bt-bmc.c | 333 mask |= EPOLLOUT; in bt_bmc_poll()
|
| /linux/fs/coda/ |
| H A D | psdev.c | 61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
|
| /linux/tools/perf/bench/ |
| H A D | epoll-ctl.c | 145 ev.events = EPOLLOUT; in do_epoll_op()
|
| /linux/drivers/input/serio/ |
| H A D | serio_raw.c | 224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|
| /linux/io_uring/ |
| H A D | mock_file.c | 175 mask |= EPOLLOUT | EPOLLWRNORM; in io_mock_poll()
|
| /linux/drivers/tty/ |
| H A D | tty_io.c | 431 return EPOLLIN | EPOLLOUT | EPOLLERR | EPOLLHUP | EPOLLRDNORM | EPOLLWRNORM; in hung_up_tty_poll() 519 wake_up_interruptible_poll(&tty->write_wait, EPOLLOUT); in tty_wakeup() 934 wake_up_interruptible_poll(&tty->write_wait, EPOLLOUT); in tty_write_unlock() 1745 wake_up_poll(&tty->write_wait, EPOLLOUT); in tty_release() 1755 wake_up_poll(&o_tty->write_wait, EPOLLOUT); in tty_release()
|