Home
last modified time | relevance | path

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

123456

/linux-6.1.9/fs/
Deventfd.c183 events |= EPOLLOUT; in eventfd_poll()
219 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue()
263 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
Dpipe.c369 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
390 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
597 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
687 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
/linux-6.1.9/net/9p/
Dtrans_fd.c240 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
510 n = EPOLLOUT; in p9_write_work()
514 if ((n & EPOLLOUT) && in p9_write_work()
610 if (n & EPOLLOUT) { in p9_conn_create()
645 if (n & EPOLLOUT) { in p9_poll_mux()
684 n = EPOLLOUT; in p9_fd_request()
688 if (n & EPOLLOUT && !test_and_set_bit(Wworksched, &m->wsched)) in p9_fd_request()
/linux-6.1.9/include/uapi/linux/
Deventpoll.h33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/linux-6.1.9/drivers/dma-buf/
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()
/linux-6.1.9/arch/um/os-Linux/
Dirq.c53 return EPOLLOUT; in os_event_mask()
/linux-6.1.9/tools/testing/selftests/kcmp/
Dkcmp_test.c62 ev.events = EPOLLIN | EPOLLOUT; in main()
/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
Dbacking_ops.c101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll()
103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
/linux-6.1.9/drivers/media/test-drivers/vivid/
Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/linux-6.1.9/include/linux/
Dpoll.h28 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/linux-6.1.9/net/core/
Dstream.c41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
/linux-6.1.9/sound/core/seq/oss/
Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/linux-6.1.9/drivers/iio/buffer/
Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/linux-6.1.9/drivers/char/tpm/
Dtpm-dev-common.c253 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/linux-6.1.9/sound/firewire/motu/
Dmotu-hwdep.c110 return events | EPOLLOUT; in hwdep_poll()
/linux-6.1.9/drivers/media/pci/ngene/
Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/linux-6.1.9/sound/firewire/fireworks/
Dfireworks_hwdep.c202 return events | EPOLLOUT; in hwdep_poll()
/linux-6.1.9/sound/usb/usx2y/
Dus122l.c246 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()
257 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/
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()
/linux-6.1.9/drivers/char/ipmi/
Dipmb_dev_int.c183 __poll_t mask = EPOLLOUT; in ipmb_poll()
/linux-6.1.9/drivers/staging/fieldbus/
Ddev_core.c215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
/linux-6.1.9/arch/mips/kernel/
Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/linux-6.1.9/fs/coda/
Dpsdev.c61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
/linux-6.1.9/tools/perf/bench/
Depoll-ctl.c145 ev.events = EPOLLOUT; in do_epoll_op()

123456