| /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 D | epoll.h | 40 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 D | epoll.h | 40 EPOLLOUT = 0x004, enumerator 41 #define EPOLLOUT EPOLLOUT macro
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 300 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 D | eventfd.c | 185 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 D | pipe.c | 368 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 D | trans_fd.c | 238 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 D | eventpoll.h | 33 #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 D | eventpoll.h | 33 #define EPOLLOUT (__poll_t)0x00000004 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | eventpoll.h | 33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | irq.c | 53 return EPOLLOUT; in os_event_mask()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kcmp/ |
| H A D | kcmp_test.c | 62 ev.events = EPOLLIN | EPOLLOUT; in main()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-radio-tx.c | 96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | ospoll.c | 487 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 D | poll.h | 30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | stream.c | 41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
|
| /OK3568_Linux_fs/kernel/sound/firewire/motu/ |
| H A D | motu-hwdep.c | 76 return events | EPOLLOUT; in hwdep_poll()
|
| /OK3568_Linux_fs/kernel/sound/core/seq/oss/ |
| H A D | seq_oss_rw.c | 197 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm-dev-common.c | 254 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_av.c | 944 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 D | af_unix.c | 421 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 D | us122l.c | 243 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 D | fireworks_hwdep.c | 202 return events | EPOLLOUT; in hwdep_poll()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ngene/ |
| H A D | ngene-dvb.c | 92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|