Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT
/Linux-v6.6/arch/m68k/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT
/Linux-v6.6/arch/xtensa/include/uapi/asm/
Dpoll.h15 #define POLLWRNORM POLLOUT
/Linux-v6.6/arch/sparc/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT
/Linux-v6.6/tools/perf/tests/
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-v6.6/include/uapi/asm-generic/
Dpoll.h8 #define POLLOUT 0x0004 macro
/Linux-v6.6/arch/um/drivers/
Dubd_user.c75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
/Linux-v6.6/drivers/staging/fieldbus/Documentation/ABI/
Dfieldbus-dev-cdev24 Note that POLLIN | POLLOUT events are always set, because the
/Linux-v6.6/arch/x86/um/
Duser-offsets.c79 DEFINE(UM_POLLOUT, POLLOUT); in foo()
/Linux-v6.6/Documentation/userspace-api/media/v4l/
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-v6.6/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c620 .events = POLLIN | POLLOUT, in copyfd_io_poll()
642 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll()
663 if ((fds.events & POLLOUT) == 0) { in copyfd_io_poll()
681 if (fds.revents & POLLOUT) { in copyfd_io_poll()
707 fds.events &= ~POLLOUT; in copyfd_io_poll()
/Linux-v6.6/Documentation/userspace-api/media/cec/
Dcec-func-poll.rst47 transmit queue has room for new messages, the ``POLLOUT`` and
/Linux-v6.6/tools/include/nolibc/
Dtypes.h163 #define POLLOUT 0x0004 macro
/Linux-v6.6/Documentation/networking/
Drds.rst135 POLLOUT is a little harder. Since you can essentially send
136 to any destination, RDS will always signal POLLOUT as long as
Dkcm.rst90 write space available (POLLOUT) events are handled by the multiplexor. If there
Dpacket_mmap.rst537 pfd.events = POLLOUT;
Dip-sysctl.rst1024 reports POLLOUT events if the amount of unsent bytes is below a per
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3424 pollfd.events = POLLIN | POLLOUT; in TEST()
3443 pollfd.events = POLLIN | POLLOUT; in TEST()
3446 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
3849 pollfd.events = POLLIN | POLLOUT; in TEST()
3857 pollfd.events = POLLIN | POLLOUT; in TEST()
3860 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
/Linux-v6.6/tools/testing/selftests/net/
Dpsock_tpacket.c412 pfd.events = POLLOUT | POLLERR; in walk_tx()
Dmsg_zerocopy.c552 while (!do_poll(fd, POLLOUT)) { in do_tx()
/Linux-v6.6/Documentation/usb/
Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
/Linux-v6.6/Documentation/filesystems/spufs/
Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/Linux-v6.6/tools/testing/selftests/nolibc/
Dnolibc-test.c903 …CASE_TEST(poll_stdout); EXPECT_SYSNE(1, ({ struct pollfd fds = { 1, POLLOUT, 0}; poll(&fds, … in run_syscall()
/Linux-v6.6/tools/testing/selftests/bpf/
Dxskxceiver.c1224 fds.events = POLLOUT; in send_pkts()