/linux/fs/ |
A D | eventfd.c | 178 events |= EPOLLOUT; in eventfd_poll() 214 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue() 257 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
|
A D | pipe.c | 367 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 388 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 595 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write() 685 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
|
/linux/net/9p/ |
A D | trans_fd.c | 235 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll() 504 n = EPOLLOUT; in p9_write_work() 508 if ((n & EPOLLOUT) && in p9_write_work() 603 if (n & EPOLLOUT) { in p9_conn_create() 638 if (n & EPOLLOUT) { in p9_poll_mux() 677 n = EPOLLOUT; in p9_fd_request() 681 if (n & EPOLLOUT && !test_and_set_bit(Wworksched, &m->wsched)) in p9_fd_request()
|
/linux/drivers/dma-buf/ |
A D | dma-buf.c | 244 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll() 250 if (events & EPOLLOUT) { in dma_buf_poll() 256 events &= ~EPOLLOUT; in dma_buf_poll() 258 dcb->active = EPOLLOUT; in dma_buf_poll() 261 if (events & EPOLLOUT) { in dma_buf_poll() 269 events &= ~EPOLLOUT; in dma_buf_poll()
|
/linux/include/uapi/linux/ |
A D | eventpoll.h | 33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
|
/linux/arch/um/os-Linux/ |
A D | irq.c | 53 return EPOLLOUT; in os_event_mask()
|
/linux/arch/powerpc/platforms/cell/spufs/ |
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()
|
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/tools/testing/selftests/kcmp/ |
A D | kcmp_test.c | 62 ev.events = EPOLLIN | EPOLLOUT; in main()
|
/linux/drivers/media/test-drivers/vivid/ |
A D | vivid-radio-tx.c | 96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
|
/linux/include/linux/ |
A D | poll.h | 30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
/linux/net/core/ |
A D | stream.c | 41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
|
/linux/sound/core/seq/oss/ |
A D | seq_oss_rw.c | 198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
/linux/drivers/char/tpm/ |
A D | tpm-dev-common.c | 247 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
|
/linux/drivers/iio/buffer/ |
A D | kfifo_buf.c | 165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
|
/linux/drivers/staging/media/av7110/ |
A D | av7110_av.c | 945 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll() 948 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll() 990 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll() 992 mask = (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
|
/linux/sound/firewire/motu/ |
A D | motu-hwdep.c | 110 return events | EPOLLOUT; in hwdep_poll()
|
/linux/sound/usb/usx2y/ |
A D | us122l.c | 246 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll() 257 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
|
/linux/drivers/media/pci/ngene/ |
A D | ngene-dvb.c | 92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|
/linux/sound/firewire/fireworks/ |
A D | fireworks_hwdep.c | 201 return events | EPOLLOUT; in hwdep_poll()
|
/linux/drivers/char/ipmi/ |
A D | ipmb_dev_int.c | 183 __poll_t mask = EPOLLOUT; in ipmb_poll()
|
/linux/drivers/staging/fieldbus/ |
A D | dev_core.c | 215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
|
/linux/arch/mips/kernel/ |
A D | rtlx.c | 356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
|
/linux/drivers/media/common/videobuf2/ |
A D | videobuf2-core.c | 2456 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll() 2469 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll() 2475 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2501 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2524 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
|
/linux/drivers/tty/ |
A D | tty_io.c | 446 return EPOLLIN | EPOLLOUT | EPOLLERR | EPOLLHUP | EPOLLRDNORM | EPOLLWRNORM; in hung_up_tty_poll() 538 wake_up_interruptible_poll(&tty->write_wait, EPOLLOUT); in tty_wakeup() 956 wake_up_interruptible_poll(&tty->write_wait, EPOLLOUT); in tty_write_unlock() 1798 wake_up_poll(&tty->write_wait, EPOLLOUT); in tty_release() 1808 wake_up_poll(&o_tty->write_wait, EPOLLOUT); in tty_release()
|