Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Depoll.h40 EPOLLOUT = 0x004, enumerator
41 #define EPOLLOUT EPOLLOUT macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Depoll.h40 EPOLLOUT = 0x004, enumerator
41 #define EPOLLOUT EPOLLOUT macro
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c300 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll()
319 if (fence_excl && (!(events & EPOLLOUT) || shared_count == 0)) { in dma_buf_poll()
324 pevents |= EPOLLOUT; in dma_buf_poll()
354 if ((events & EPOLLOUT) && shared_count > 0) { in dma_buf_poll()
361 events &= ~EPOLLOUT; in dma_buf_poll()
363 dcb->active = EPOLLOUT; in dma_buf_poll()
366 if (!(events & EPOLLOUT)) in dma_buf_poll()
379 events &= ~EPOLLOUT; in dma_buf_poll()
386 events &= ~EPOLLOUT; in dma_buf_poll()
/OK3568_Linux_fs/kernel/fs/
H A Deventfd.c185 events |= EPOLLOUT; in eventfd_poll()
218 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue()
261 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
H A Dpipe.c368 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()
600 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
687 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_fd.c238 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
507 n = EPOLLOUT; in p9_write_work()
511 if ((n & EPOLLOUT) && in p9_write_work()
606 if (n & EPOLLOUT) { in p9_conn_create()
641 if (n & EPOLLOUT) { in p9_poll_mux()
680 n = EPOLLOUT; in p9_fd_request()
684 if (n & EPOLLOUT && !test_and_set_bit(Wworksched, &m->wsched)) in p9_fd_request()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Deventpoll.h33 #define EPOLLOUT (__poll_t)0x00000004 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Deventpoll.h33 #define EPOLLOUT (__poll_t)0x00000004 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Deventpoll.h33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dirq.c53 return EPOLLOUT; in os_event_mask()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
H A Dbacking_ops.c101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll()
103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kcmp/
H A Dkcmp_test.c62 ev.events = EPOLLIN | EPOLLOUT; in main()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c487 ev.events |= EPOLLOUT; in epoll_mod()
651 if (revents & EPOLLOUT) in ospoll_wait()
653 if (revents & (~(EPOLLIN|EPOLLOUT))) in ospoll_wait()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpoll.h30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/OK3568_Linux_fs/kernel/net/core/
H A Dstream.c41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-hwdep.c76 return events | EPOLLOUT; in hwdep_poll()
/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_rw.c197 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm-dev-common.c254 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A 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()
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c421 EPOLLOUT | in unix_dgram_peer_wake_disconnect_wakeup()
465 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()
2197 EPOLLOUT | EPOLLWRNORM | in unix_dgram_recvmsg()
2746 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()
2785 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()
2802 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A Dus122l.c243 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()
253 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_hwdep.c202 return events | EPOLLOUT; in hwdep_poll()
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()

123456