Home
last modified time | relevance | path

Searched refs:POLLOUT (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c473 events |= POLLOUT; in epoll_mod()
508 ctl.events |= POLLOUT; in ospoll_listen()
509 ospoll->fds[pos].revents &= ~POLLOUT; in ospoll_listen()
525 ospoll->fds[pos].events |= POLLOUT; in ospoll_listen()
526 ospoll->osfds[pos].revents &= ~POLLOUT; in ospoll_listen()
549 ctl.events |= POLLOUT; in ospoll_mute()
563 ospoll->fds[pos].events &= ~POLLOUT; in ospoll_mute()
585 osfd->revents = (revents & (POLLIN|POLLOUT)); in ospoll_wait()
592 if (revents & POLLOUT) in ospoll_wait()
594 if (revents & (~(POLLIN|POLLOUT))) in ospoll_wait()
[all …]
H A Dxserver_poll.c127 if (pCur->events & POLLOUT) in map_poll_spec()
229 pCur->revents |= POLLOUT; in map_select_results()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsock_server.c51 if (revents & POLLOUT) { in server_io_cb()
53 *events &= ~POLLOUT; in server_io_cb()
58 if (!(revents & ~(POLLIN | POLLOUT))) in server_io_cb()
114 short io_events = POLLIN | POLLOUT; in tcp_server_accept_cb()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c343 .events = POLLIN | POLLOUT, in copyfd_io_poll()
366 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll()
378 if ((fds.events & POLLOUT) == 0) in copyfd_io_poll()
391 if (fds.revents & POLLOUT) { in copyfd_io_poll()
408 fds.events &= ~POLLOUT; in copyfd_io_poll()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c282 if (revents & POLLOUT) in time_poll()
337 if (revents & POLLOUT) in time_poll2()
476 pollfd_array[fd].events |= POLLOUT;
479 poll2ifd_array[fd].events |= POLLOUT;
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dfdarray.c141 FDA_ADD(3, 88, POLLIN | POLLOUT, 4); in test__fdarray__add()
148 FDA_CHECK(3, 88, POLLIN | POLLOUT); in test__fdarray__add()
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dpoll.h15 #define POLLWRNORM POLLOUT
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/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/bits/
H A Dpoll.h27 #define POLLOUT 0x004 /* Writing now will not block. */ 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/bits/
H A Dpoll.h27 #define POLLOUT 0x004 /* Writing now will not block. */ 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/asm-generic/
H A Dpoll.h8 #define POLLOUT 0x0004 macro
/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/asm-generic/
H A Dpoll.h8 #define POLLOUT 0x0004 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dpoll.h8 #define POLLOUT 0x0004 macro
/OK3568_Linux_fs/external/xserver/include/
H A Dxserver_poll.h37 #define POLLOUT 0x04 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dfake_v4l2_device.cpp170 poll_fds[0].events = (POLLPRI | POLLIN | POLLOUT); in poll_event()
174 poll_fds[1].events = POLLPRI | POLLIN | POLLOUT; in poll_event()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dubd_user.c75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
/OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/ABI/
H A Dfieldbus-dev-cdev24 Note that POLLIN | POLLOUT events are always set, because the
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst48 flags in the ``revents`` field, output devices the ``POLLOUT`` and
59 :c:func:`poll()` to succeed as well, but it sets the ``POLLOUT`` and
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c613 struct pollfd pollfds[]= {{cdc_wdm_fd, POLLOUT, 0}}; in send_qmi_to_cdc_wdm()
620 if (pollfds[0].revents & POLLOUT) { in send_qmi_to_cdc_wdm()
630 struct pollfd pollfds[]= {{clientFd, POLLOUT, 0}}; in send_qmi_to_client()
637 if (pollfds[0].revents & POLLOUT) { in send_qmi_to_client()
H A DQmiWwanCM.c126 struct pollfd pollfds[]= {{cdc_wdm_fd, POLLOUT, 0}}; in QmiWwanSendQMI()
149 if (pollfds[0].revents & POLLOUT) { in QmiWwanSendQMI()
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Duser-offsets.c80 DEFINE(UM_POLLOUT, POLLOUT); in foo()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A Dsocket_server.cpp381 poll_fds[0].events = (POLLIN | POLLOUT | POLLHUP); in poll_event()
385 poll_fds[1].events = POLLPRI | POLLIN | POLLOUT; in poll_event()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst47 transmit queue has room for new messages, the ``POLLOUT`` and

123