Searched refs:POLLOUT (Results 1 – 24 of 24) sorted by relevance
/Linux-v6.1/arch/m68k/include/uapi/asm/ |
D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/Linux-v6.1/arch/mips/include/uapi/asm/ |
D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/Linux-v6.1/arch/xtensa/include/uapi/asm/ |
D | poll.h | 15 #define POLLWRNORM POLLOUT
|
/Linux-v6.1/arch/sparc/include/uapi/asm/ |
D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/Linux-v6.1/tools/perf/tests/ |
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-v6.1/include/uapi/asm-generic/ |
D | poll.h | 8 #define POLLOUT 0x0004 macro
|
/Linux-v6.1/arch/um/drivers/ |
D | ubd_user.c | 75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
|
/Linux-v6.1/drivers/staging/fieldbus/Documentation/ABI/ |
D | fieldbus-dev-cdev | 24 Note that POLLIN | POLLOUT events are always set, because the
|
/Linux-v6.1/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.c | 578 .events = POLLIN | POLLOUT, in copyfd_io_poll() 601 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll() 622 if ((fds.events & POLLOUT) == 0) { in copyfd_io_poll() 640 if (fds.revents & POLLOUT) { in copyfd_io_poll() 666 fds.events &= ~POLLOUT; in copyfd_io_poll()
|
/Linux-v6.1/arch/x86/um/ |
D | user-offsets.c | 79 DEFINE(UM_POLLOUT, POLLOUT); in foo()
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
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-v6.1/tools/include/nolibc/ |
D | types.h | 130 #define POLLOUT 0x0004 macro
|
/Linux-v6.1/Documentation/userspace-api/media/cec/ |
D | cec-func-poll.rst | 47 transmit queue has room for new messages, the ``POLLOUT`` and
|
/Linux-v6.1/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 3406 pollfd.events = POLLIN | POLLOUT; in TEST() 3425 pollfd.events = POLLIN | POLLOUT; in TEST() 3428 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST() 3831 pollfd.events = POLLIN | POLLOUT; in TEST() 3839 pollfd.events = POLLIN | POLLOUT; in TEST() 3842 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
|
/Linux-v6.1/Documentation/networking/ |
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
|
D | kcm.rst | 90 write space available (POLLOUT) events are handled by the multiplexor. If there
|
D | packet_mmap.rst | 537 pfd.events = POLLOUT;
|
D | ip-sysctl.rst | 992 reports POLLOUT events if the amount of unsent bytes is below a per
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 552 while (!do_poll(fd, POLLOUT)) { in do_tx()
|
D | psock_tpacket.c | 412 pfd.events = POLLOUT | POLLERR; in walk_tx()
|
/Linux-v6.1/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 517 …CASE_TEST(poll_stdout); EXPECT_SYSNE(1, ({ struct pollfd fds = { 1, POLLOUT, 0}; poll(&fds, … in run_syscall()
|
/Linux-v6.1/Documentation/usb/ |
D | gadget_printer.rst | 268 fd[0].events = POLLOUT | POLLWRNORM;
|
/Linux-v6.1/Documentation/filesystems/spufs/ |
D | spufs.rst | 134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | xskxceiver.c | 1095 fds.events = POLLOUT; in send_pkts()
|