Home
last modified time | relevance | path

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

/linux/arch/mips/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux/arch/m68k/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux/arch/xtensa/include/uapi/asm/
H A Dpoll.h15 #define POLLWRNORM POLLOUT
/linux/arch/sparc/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux/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()
/linux/include/uapi/asm-generic/
H A Dpoll.h8 #define POLLOUT 0x0004 macro
/linux/arch/um/drivers/
H A Dubd_user.c75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c638 .events = POLLIN | POLLOUT, in copyfd_io_poll()
660 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll()
681 if ((fds.events & POLLOUT) == 0) { in copyfd_io_poll()
699 if (fds.revents & POLLOUT) { in copyfd_io_poll()
718 fds.events &= ~POLLOUT; in copyfd_io_poll()
731 fds.events &= ~POLLOUT; in copyfd_io_poll()
/linux/arch/x86/um/
H A Duser-offsets.c74 DEFINE(UM_POLLOUT, POLLOUT); in foo()
/linux/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
/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst47 transmit queue has room for new messages, the ``POLLOUT`` and
/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c562 while (!do_poll(fd, POLLOUT)) { in do_tx()
H A Dpsock_tpacket.c412 pfd.events = POLLOUT | POLLERR; in walk_tx()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3442 pollfd.events = POLLIN | POLLOUT; in TEST()
3461 pollfd.events = POLLIN | POLLOUT; in TEST()
3464 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
3878 pollfd.events = POLLIN | POLLOUT; in TEST()
3886 pollfd.events = POLLIN | POLLOUT; in TEST()
3889 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
/linux/Documentation/usb/
H A Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
/linux/Documentation/networking/
H A Dkcm.rst90 write space available (POLLOUT) events are handled by the multiplexor. If there
H A Dpacket_mmap.rst538 pfd.events = POLLOUT;
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1379 …CASE_TEST(poll_stdout); EXPECT_SYSNE(1, ({ struct pollfd fds = { 1, POLLOUT, 0}; poll(&fds, … in run_syscall()