Home
last modified time | relevance | path

Searched refs:EPOLLOUT (Results 1 - 25 of 268) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-buf.c193 * - Checking for EPOLLOUT, i.e. write access, can be used to query the state of
229 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll()
248 if (fence_excl && (!(events & EPOLLOUT) || shared_count == 0)) { in dma_buf_poll()
253 pevents |= EPOLLOUT; in dma_buf_poll()
283 if ((events & EPOLLOUT) && shared_count > 0) { in dma_buf_poll()
290 events &= ~EPOLLOUT; in dma_buf_poll()
292 dcb->active = EPOLLOUT; in dma_buf_poll()
295 if (!(events & EPOLLOUT)) in dma_buf_poll()
308 events &= ~EPOLLOUT; in dma_buf_poll()
315 events &= ~EPOLLOUT; in dma_buf_poll()
[all...]
/kernel/linux/linux-5.10/fs/
H A Deventfd.c185 events |= EPOLLOUT; in eventfd_poll()
221 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue()
264 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
/kernel/linux/linux-6.6/fs/
H A Deventfd.c183 events |= EPOLLOUT; in eventfd_poll()
219 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_ctx_remove_wait_queue()
250 wake_up_locked_poll(&ctx->wqh, EPOLLOUT); in eventfd_read()
/kernel/liteos_a/fs/vfs/include/
H A Depoll.h49 #define EPOLLOUT 0x004 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Deventpoll.h33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Deventpoll.h33 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Deventpoll.h30 #define EPOLLOUT (__force __poll_t) 0x00000004 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Deventpoll.h30 #define EPOLLOUT (__force __poll_t) 0x00000004 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Deventpoll.h16 #define EPOLLOUT (__force __poll_t)0x00000004 macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_fd.c239 ret = (ret & ~EPOLLOUT) | (vfs_poll(ts->wr, pt) & ~EPOLLIN); in p9_fd_poll()
509 n = EPOLLOUT; in p9_write_work()
513 if ((n & EPOLLOUT) && in p9_write_work()
609 if (n & EPOLLOUT) { in p9_conn_create()
644 if (n & EPOLLOUT) { in p9_poll_mux()
683 n = EPOLLOUT; in p9_fd_request()
687 if (n & EPOLLOUT && !test_and_set_bit(Wworksched, &m->wsched)) in p9_fd_request()
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dirq.c53 return EPOLLOUT; in os_event_mask()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dirq.c53 return EPOLLOUT; in os_event_mask()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_epoll_001.cpp67 ev.events = EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM; in testcase()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-buf.c193 * - Checking for EPOLLOUT, i.e. write access, can be used to query the state of
252 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll()
258 if (events & EPOLLOUT) { in dma_buf_poll()
264 events &= ~EPOLLOUT; in dma_buf_poll()
266 dcb->active = EPOLLOUT; in dma_buf_poll()
269 if (events & EPOLLOUT) { in dma_buf_poll()
277 events &= ~EPOLLOUT; in dma_buf_poll()
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/
H A Dkcmp_test.c62 ev.events = EPOLLIN | EPOLLOUT; in main()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/
H A Dkcmp_test.c62 ev.events = EPOLLIN | EPOLLOUT; in main()
/kernel/linux/linux-5.10/include/linux/
H A Dpoll.h30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-hwdep.c76 return events | EPOLLOUT; in hwdep_poll()
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_rw.c197 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/kernel/linux/linux-5.10/net/core/
H A Dstream.c41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space()
170 /* Make sure that whenever EAGAIN is returned, EPOLLOUT event can in sk_stream_wait_memory()

Completed in 13 milliseconds

1234567891011