/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/linux-6.3-rc2/arch/m68k/include/uapi/asm/ |
A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/ |
A D | poll.h | 15 #define POLLWRNORM POLLOUT
|
/linux-6.3-rc2/arch/sparc/include/uapi/asm/ |
A D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | fdarray.c | 141 FDA_ADD(3, 88, POLLIN | POLLOUT, 4); in test__fdarray__add() 148 FDA_CHECK(3, 88, POLLIN | POLLOUT); in test__fdarray__add()
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | poll.h | 8 #define POLLOUT 0x0004 macro
|
/linux-6.3-rc2/arch/um/drivers/ |
A D | ubd_user.c | 75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
|
/linux-6.3-rc2/drivers/staging/fieldbus/Documentation/ABI/ |
A D | fieldbus-dev-cdev | 24 Note that POLLIN | POLLOUT events are always set, because the
|
/linux-6.3-rc2/arch/x86/um/ |
A D | user-offsets.c | 79 DEFINE(UM_POLLOUT, POLLOUT); in foo()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | func-poll.rst | 48 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.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | mptcp_connect.c | 620 .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-6.3-rc2/tools/include/nolibc/ |
A D | types.h | 137 #define POLLOUT 0x0004 macro
|
/linux-6.3-rc2/Documentation/userspace-api/media/cec/ |
A D | cec-func-poll.rst | 47 transmit queue has room for new messages, the ``POLLOUT`` and
|
/linux-6.3-rc2/tools/testing/selftests/seccomp/ |
A D | seccomp_bpf.c | 3420 pollfd.events = POLLIN | POLLOUT; in TEST() 3439 pollfd.events = POLLIN | POLLOUT; in TEST() 3442 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST() 3845 pollfd.events = POLLIN | POLLOUT; in TEST() 3853 pollfd.events = POLLIN | POLLOUT; in TEST() 3856 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | rds.rst | 135 POLLOUT is a little harder. Since you can essentially send 136 to any destination, RDS will always signal POLLOUT as long as
|
A D | kcm.rst | 90 write space available (POLLOUT) events are handled by the multiplexor. If there
|
A D | packet_mmap.rst | 537 pfd.events = POLLOUT;
|
A D | ip-sysctl.rst | 995 reports POLLOUT events if the amount of unsent bytes is below a per
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | psock_tpacket.c | 412 pfd.events = POLLOUT | POLLERR; in walk_tx()
|
A D | msg_zerocopy.c | 552 while (!do_poll(fd, POLLOUT)) { in do_tx()
|
/linux-6.3-rc2/tools/testing/selftests/nolibc/ |
A D | nolibc-test.c | 547 …CASE_TEST(poll_stdout); EXPECT_SYSNE(1, ({ struct pollfd fds = { 1, POLLOUT, 0}; poll(&fds, … in run_syscall()
|
/linux-6.3-rc2/Documentation/usb/ |
A D | gadget_printer.rst | 268 fd[0].events = POLLOUT | POLLWRNORM;
|
/linux-6.3-rc2/Documentation/filesystems/spufs/ |
A D | spufs.rst | 134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | xskxceiver.c | 1078 fds.events = POLLOUT; in send_pkts()
|