/Linux-v5.15/drivers/dma-buf/ |
D | dma-buf.c | 227 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll() 246 if (fence_excl && (!(events & EPOLLOUT) || shared_count == 0)) { in dma_buf_poll() 251 pevents |= EPOLLOUT; in dma_buf_poll() 281 if ((events & EPOLLOUT) && shared_count > 0) { in dma_buf_poll() 288 events &= ~EPOLLOUT; in dma_buf_poll() 290 dcb->active = EPOLLOUT; in dma_buf_poll() 293 if (!(events & EPOLLOUT)) in dma_buf_poll() 306 events &= ~EPOLLOUT; in dma_buf_poll() 313 events &= ~EPOLLOUT; in dma_buf_poll()
|
/Linux-v5.15/fs/ |
D | eventfd.c | 178 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()
|
D | pipe.c | 367 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-v5.15/net/9p/ |
D | trans_fd.c | 237 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll() 506 n = EPOLLOUT; in p9_write_work() 510 if ((n & EPOLLOUT) && in p9_write_work() 605 if (n & EPOLLOUT) { in p9_conn_create() 640 if (n & EPOLLOUT) { in p9_poll_mux() 679 n = EPOLLOUT; in p9_fd_request() 683 if (n & EPOLLOUT && !test_and_set_bit(Wworksched, &m->wsched)) in p9_fd_request()
|
/Linux-v5.15/include/uapi/linux/ |
D | eventpoll.h | 33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
|
/Linux-v5.15/arch/um/os-Linux/ |
D | irq.c | 53 return EPOLLOUT; in os_event_mask()
|
/Linux-v5.15/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 62 ev.events = EPOLLIN | EPOLLOUT; in main()
|
/Linux-v5.15/arch/powerpc/platforms/cell/spufs/ |
D | hw_ops.c | 68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll() 70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
|
D | backing_ops.c | 101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll() 103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
|
/Linux-v5.15/drivers/media/test-drivers/vivid/ |
D | vivid-radio-tx.c | 96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
|
/Linux-v5.15/include/linux/ |
D | poll.h | 30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
/Linux-v5.15/net/core/ |
D | stream.c | 41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
|
/Linux-v5.15/sound/firewire/motu/ |
D | motu-hwdep.c | 76 return events | EPOLLOUT; in hwdep_poll()
|
/Linux-v5.15/sound/core/seq/oss/ |
D | seq_oss_rw.c | 198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
/Linux-v5.15/drivers/char/tpm/ |
D | tpm-dev-common.c | 247 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
|
/Linux-v5.15/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 201 return events | EPOLLOUT; in hwdep_poll()
|
/Linux-v5.15/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|
/Linux-v5.15/sound/usb/usx2y/ |
D | us122l.c | 246 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll() 257 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
|
/Linux-v5.15/drivers/staging/media/av7110/ |
D | av7110_av.c | 945 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()
|
D | av7110_ca.c | 229 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
|
/Linux-v5.15/drivers/bluetooth/ |
D | hci_vhci.c | 297 return EPOLLOUT | EPOLLWRNORM; in vhci_poll()
|
/Linux-v5.15/drivers/staging/fieldbus/ |
D | dev_core.c | 215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
|
/Linux-v5.15/drivers/char/ipmi/ |
D | ipmb_dev_int.c | 183 __poll_t mask = EPOLLOUT; in ipmb_poll()
|
/Linux-v5.15/arch/mips/kernel/ |
D | rtlx.c | 356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
|
/Linux-v5.15/fs/coda/ |
D | psdev.c | 61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
|