Home
last modified time | relevance | path

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

123456

/linux/fs/
A Deventfd.c178 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 Dpipe.c367 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 Dtrans_fd.c235 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 Ddma-buf.c244 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 Deventpoll.h33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/linux/arch/um/os-Linux/
A Dirq.c53 return EPOLLOUT; in os_event_mask()
/linux/arch/powerpc/platforms/cell/spufs/
A Dhw_ops.c68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
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/
A Dkcmp_test.c62 ev.events = EPOLLIN | EPOLLOUT; in main()
/linux/drivers/media/test-drivers/vivid/
A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/linux/include/linux/
A Dpoll.h30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/linux/net/core/
A Dstream.c41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
/linux/sound/core/seq/oss/
A Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/linux/drivers/char/tpm/
A Dtpm-dev-common.c247 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/linux/drivers/iio/buffer/
A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/linux/drivers/staging/media/av7110/
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()
/linux/sound/firewire/motu/
A Dmotu-hwdep.c110 return events | EPOLLOUT; in hwdep_poll()
/linux/sound/usb/usx2y/
A Dus122l.c246 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 Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/linux/sound/firewire/fireworks/
A Dfireworks_hwdep.c201 return events | EPOLLOUT; in hwdep_poll()
/linux/drivers/char/ipmi/
A Dipmb_dev_int.c183 __poll_t mask = EPOLLOUT; in ipmb_poll()
/linux/drivers/staging/fieldbus/
A Ddev_core.c215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
/linux/arch/mips/kernel/
A Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-core.c2456 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 Dtty_io.c446 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()

Completed in 38 milliseconds

123456