Home
last modified time | relevance | path

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

12345

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_epoll_edge.pkt4 // 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 Dtcp_zerocopy_epoll_exclusive.pkt4 // 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 Dtcp_zerocopy_epoll_oneshot.pkt31 {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 Deventfd.c171 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()
/linux/include/uapi/linux/
H A Deventpoll.h33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/linux/drivers/dma-buf/
H A Ddma-buf.c351 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/arch/um/os-Linux/
H A Dirq.c53 return EPOLLOUT; in os_event_mask()
/linux/net/9p/
H A Dtrans_fd.c204 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
474 n = EPOLLOUT; in p9_write_work()
478 if ((n & EPOLLOUT) && in p9_write_work()
574 if (n & EPOLLOUT) { in p9_conn_create()
609 if (n & EPOLLOUT) { in p9_poll_mux()
/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()
/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c62 ev.events = EPOLLIN | EPOLLOUT; in main()
/linux/include/linux/
H A Dpoll.h24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/linux/sound/core/seq/oss/
H A Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/linux/net/core/
H A Dstream.c45 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
/linux/drivers/iio/buffer/
H A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/linux/sound/usb/usx2y/
H A Dus122l.c209 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 Dtpm-dev-common.c258 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/linux/drivers/staging/media/av7110/
H A Dav7110_av.c944 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll()
947 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll()
989 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
992 mask = (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/linux/arch/mips/kernel/
H A Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/linux/drivers/char/ipmi/
H A Dipmb_dev_int.c183 __poll_t mask = EPOLLOUT; in ipmb_poll()
/linux/fs/coda/
H A Dpsdev.c61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
/linux/tools/perf/bench/
H A Depoll-ctl.c145 ev.events = EPOLLOUT; in do_epoll_op()
/linux/drivers/input/serio/
H A Dserio_raw.c224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux/io_uring/
H A Dmock_file.c175 mask |= EPOLLOUT | EPOLLWRNORM; in io_mock_poll()

12345