/Linux-v4.19/drivers/dma-buf/ |
D | dma-buf.c | 177 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll() 196 if (fence_excl && (!(events & EPOLLOUT) || shared_count == 0)) { in dma_buf_poll() 201 pevents |= EPOLLOUT; in dma_buf_poll() 231 if ((events & EPOLLOUT) && shared_count > 0) { in dma_buf_poll() 238 events &= ~EPOLLOUT; in dma_buf_poll() 240 dcb->active = EPOLLOUT; in dma_buf_poll() 243 if (!(events & EPOLLOUT)) in dma_buf_poll() 256 events &= ~EPOLLOUT; in dma_buf_poll() 263 events &= ~EPOLLOUT; in dma_buf_poll()
|
/Linux-v4.19/fs/ |
D | eventfd.c | 157 events |= EPOLLOUT; in eventfd_poll() 190 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue() 234 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
|
D | pipe.c | 330 wake_up_interruptible_sync_poll(&pipe->wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 339 wake_up_interruptible_sync_poll(&pipe->wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 532 mask |= (nrbufs < pipe->buffers) ? EPOLLOUT | EPOLLWRNORM : 0; in pipe_poll() 571 …wake_up_interruptible_sync_poll(&pipe->wait, EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM | EPOL… in pipe_release()
|
/Linux-v4.19/net/9p/ |
D | trans_fd.c | 249 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll() 503 n = EPOLLOUT; in p9_write_work() 507 if ((n & EPOLLOUT) && in p9_write_work() 602 if (n & EPOLLOUT) { in p9_conn_create() 637 if (n & EPOLLOUT) { in p9_poll_mux() 676 n = EPOLLOUT; in p9_fd_request() 680 if (n & EPOLLOUT && !test_and_set_bit(Wworksched, &m->wsched)) in p9_fd_request()
|
/Linux-v4.19/include/uapi/linux/ |
D | eventpoll.h | 33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
|
/Linux-v4.19/arch/um/os-Linux/ |
D | irq.c | 53 return EPOLLOUT; in os_event_mask()
|
/Linux-v4.19/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 62 ev.events = EPOLLIN | EPOLLOUT; in main()
|
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/ |
D | hw_ops.c | 81 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll() 83 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
|
D | backing_ops.c | 114 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll() 116 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-radio-tx.c | 96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
|
/Linux-v4.19/include/linux/ |
D | poll.h | 26 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 106 mask = EPOLLOUT | EPOLLWRNORM; in maint_poll()
|
/Linux-v4.19/net/core/ |
D | stream.c | 41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
|
/Linux-v4.19/sound/core/seq/oss/ |
D | seq_oss_rw.c | 213 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-hwdep.c | 77 return events | EPOLLOUT; in hwdep_poll()
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 202 return events | EPOLLOUT; in hwdep_poll()
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 105 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|
/Linux-v4.19/sound/usb/usx2y/ |
D | us122l.c | 283 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll() 293 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110_av.c | 959 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll() 962 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll() 1004 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll() 1006 mask = (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
|
D | av7110_ca.c | 243 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_vhci.c | 311 return EPOLLOUT | EPOLLWRNORM; in vhci_poll()
|
/Linux-v4.19/net/unix/ |
D | af_unix.c | 418 EPOLLOUT | in unix_dgram_peer_wake_disconnect_wakeup() 462 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space() 2127 EPOLLOUT | EPOLLWRNORM | in unix_dgram_recvmsg() 2668 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll() 2707 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll() 2724 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
|
/Linux-v4.19/arch/mips/kernel/ |
D | rtlx.c | 356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
|
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 2060 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll() 2073 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll() 2079 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2105 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2130 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
|
/Linux-v4.19/drivers/input/serio/ |
D | serio_raw.c | 250 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|