Home
last modified time | relevance | path

Searched refs:EPOLLOUT (Results 1 – 25 of 137) sorted by relevance

123456

/openbmc/sdeventplus/test/source/
H A Dio.cpp138 const int events = EPOLLOUT; in SetUp()
234 const uint32_t events = EPOLLIN | EPOLLOUT; in TEST_F()
251 const uint32_t events = EPOLLIN | EPOLLOUT; in TEST_F()
259 const uint32_t events = EPOLLIN | EPOLLOUT; in TEST_F()
267 const uint32_t revents = EPOLLOUT; in TEST_F()
/openbmc/qemu/util/
H A Dfdmon-epoll.c28 (pfd_events & G_IO_OUT ? EPOLLOUT : 0) | in epoll_events_from_pfd()
83 (ev & EPOLLOUT ? G_IO_OUT : 0) | in fdmon_epoll_wait()
/openbmc/linux/fs/
H A Deventfd.c183 events |= EPOLLOUT; in eventfd_poll()
219 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue()
250 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
H A Dpipe.c370 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
391 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
603 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
693 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
/openbmc/linux/include/uapi/linux/
H A Deventpoll.h33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/openbmc/linux/net/9p/
H A Dtrans_fd.c239 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
509 n = EPOLLOUT; in p9_write_work()
513 if ((n & EPOLLOUT) && in p9_write_work()
609 if (n & EPOLLOUT) { in p9_conn_create()
644 if (n & EPOLLOUT) { in p9_poll_mux()
683 n = EPOLLOUT; in p9_fd_request()
687 if (n & EPOLLOUT && !test_and_set_bit(Wworksched, &m->wsched)) in p9_fd_request()
/openbmc/linux/arch/um/os-Linux/
H A Dirq.c53 return EPOLLOUT; in os_event_mask()
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c251 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll()
257 if (events & EPOLLOUT) { in dma_buf_poll()
263 events &= ~EPOLLOUT; in dma_buf_poll()
265 dcb->active = EPOLLOUT; in dma_buf_poll()
268 if (events & EPOLLOUT) { in dma_buf_poll()
276 events &= ~EPOLLOUT; in dma_buf_poll()
/openbmc/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c62 ev.events = EPOLLIN | EPOLLOUT; in main()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
H A Dbacking_ops.c101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll()
103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
/openbmc/linux/include/linux/
H A Dpoll.h24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/openbmc/linux/net/core/
H A Dstream.c41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
/openbmc/linux/drivers/iio/buffer/
H A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/openbmc/linux/drivers/char/tpm/
H A Dtpm-dev-common.c255 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/openbmc/linux/sound/firewire/motu/
H A Dmotu-hwdep.c114 return events | EPOLLOUT; in hwdep_poll()
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_hwdep.c202 return events | EPOLLOUT; in hwdep_poll()
/openbmc/linux/sound/usb/usx2y/
H A Dus122l.c246 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()
257 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_av.c945 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()
/openbmc/linux/arch/mips/kernel/
H A Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/openbmc/linux/drivers/char/ipmi/
H A Dipmb_dev_int.c183 __poll_t mask = EPOLLOUT; in ipmb_poll()
/openbmc/linux/drivers/staging/fieldbus/
H A Ddev_core.c211 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()

123456