Home
last modified time | relevance | path

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

123456

/Linux-v5.10/drivers/dma-buf/
Ddma-buf.c212 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll()
231 if (fence_excl && (!(events & EPOLLOUT) || shared_count == 0)) { in dma_buf_poll()
236 pevents |= EPOLLOUT; in dma_buf_poll()
266 if ((events & EPOLLOUT) && shared_count > 0) { in dma_buf_poll()
273 events &= ~EPOLLOUT; in dma_buf_poll()
275 dcb->active = EPOLLOUT; in dma_buf_poll()
278 if (!(events & EPOLLOUT)) in dma_buf_poll()
291 events &= ~EPOLLOUT; in dma_buf_poll()
298 events &= ~EPOLLOUT; in dma_buf_poll()
/Linux-v5.10/fs/
Deventfd.c180 events |= EPOLLOUT; in eventfd_poll()
213 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue()
256 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
Dpipe.c352 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
374 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
584 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
671 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
/Linux-v5.10/net/9p/
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-v5.10/include/uapi/linux/
Deventpoll.h33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/Linux-v5.10/arch/um/os-Linux/
Dirq.c53 return EPOLLOUT; in os_event_mask()
/Linux-v5.10/tools/testing/selftests/kcmp/
Dkcmp_test.c62 ev.events = EPOLLIN | EPOLLOUT; in main()
/Linux-v5.10/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-v5.10/drivers/media/test-drivers/vivid/
Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/Linux-v5.10/include/linux/
Dpoll.h30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/Linux-v5.10/net/core/
Dstream.c41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
/Linux-v5.10/sound/core/seq/oss/
Dseq_oss_rw.c197 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/Linux-v5.10/sound/firewire/motu/
Dmotu-hwdep.c76 return events | EPOLLOUT; in hwdep_poll()
/Linux-v5.10/drivers/char/tpm/
Dtpm-dev-common.c248 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/Linux-v5.10/sound/firewire/fireworks/
Dfireworks_hwdep.c201 return events | EPOLLOUT; in hwdep_poll()
/Linux-v5.10/drivers/media/pci/ngene/
Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/Linux-v5.10/sound/usb/usx2y/
Dus122l.c243 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()
253 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
/Linux-v5.10/drivers/media/pci/ttpci/
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()
991 mask = (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
/Linux-v5.10/drivers/bluetooth/
Dhci_vhci.c297 return EPOLLOUT | EPOLLWRNORM; in vhci_poll()
/Linux-v5.10/net/unix/
Daf_unix.c421 EPOLLOUT | in unix_dgram_peer_wake_disconnect_wakeup()
465 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()
2127 EPOLLOUT | EPOLLWRNORM | in unix_dgram_recvmsg()
2676 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()
2715 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()
2732 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
/Linux-v5.10/drivers/char/ipmi/
Dipmb_dev_int.c183 __poll_t mask = EPOLLOUT; in ipmb_poll()
/Linux-v5.10/drivers/staging/fieldbus/
Ddev_core.c215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
/Linux-v5.10/arch/mips/kernel/
Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/Linux-v5.10/tools/perf/bench/
Depoll-ctl.c145 ev.events = EPOLLOUT; in do_epoll_op()

123456