Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux-6.15/arch/m68k/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux-6.15/arch/xtensa/include/uapi/asm/
H A Dpoll.h15 #define POLLWRNORM POLLOUT
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux-6.15/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-6.15/include/uapi/asm-generic/
H A Dpoll.h8 #define POLLOUT 0x0004 macro
/linux-6.15/arch/um/drivers/
H A Dubd_user.c75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
/linux-6.15/arch/x86/um/
H A Duser-offsets.c74 DEFINE(UM_POLLOUT, POLLOUT); in foo()
/linux-6.15/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-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c623 .events = POLLIN | POLLOUT, in copyfd_io_poll()
645 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll()
666 if ((fds.events & POLLOUT) == 0) { in copyfd_io_poll()
684 if (fds.revents & POLLOUT) { in copyfd_io_poll()
710 fds.events &= ~POLLOUT; in copyfd_io_poll()
/linux-6.15/tools/include/nolibc/
H A Dtypes.h162 #define POLLOUT 0x0004 macro
/linux-6.15/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst47 transmit queue has room for new messages, the ``POLLOUT`` and
/linux-6.15/Documentation/networking/
H A Drds.rst135 POLLOUT is a little harder. Since you can essentially send
136 to any destination, RDS will always signal POLLOUT as long as
H A Dkcm.rst90 write space available (POLLOUT) events are handled by the multiplexor. If there
H A Dpacket_mmap.rst538 pfd.events = POLLOUT;
H A Dip-sysctl.rst1061 reports POLLOUT events if the amount of unsent bytes is below a per
/linux-6.15/tools/testing/selftests/net/
H A Dmsg_zerocopy.c559 while (!do_poll(fd, POLLOUT)) { in do_tx()
H A Dpsock_tpacket.c412 pfd.events = POLLOUT | POLLERR; in walk_tx()
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3436 pollfd.events = POLLIN | POLLOUT; in TEST()
3455 pollfd.events = POLLIN | POLLOUT; in TEST()
3458 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
3868 pollfd.events = POLLIN | POLLOUT; in TEST()
3876 pollfd.events = POLLIN | POLLOUT; in TEST()
3879 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
/linux-6.15/Documentation/usb/
H A Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
/linux-6.15/Documentation/filesystems/spufs/
H A Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/linux-6.15/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1138 …CASE_TEST(poll_stdout); EXPECT_SYSNE(1, ({ struct pollfd fds = { 1, POLLOUT, 0}; poll(&fds, … in run_syscall()
/linux-6.15/tools/testing/selftests/bpf/
H A Dxskxceiver.c1318 fds.events = POLLOUT; in __send_pkts()