Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
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/arch/mips/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux/arch/m68k/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux/arch/xtensa/include/uapi/asm/
A Dpoll.h15 #define POLLWRNORM POLLOUT
/linux/arch/sparc/include/uapi/asm/
A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux/include/uapi/asm-generic/
A Dpoll.h8 #define POLLOUT 0x0004 macro
/linux/tools/testing/selftests/net/mptcp/
A Dmptcp_connect.c458 .events = POLLIN | POLLOUT, in copyfd_io_poll()
481 fds.events & POLLIN, fds.events & POLLOUT); in copyfd_io_poll()
493 if ((fds.events & POLLOUT) == 0) { in copyfd_io_poll()
508 if (fds.revents & POLLOUT) { in copyfd_io_poll()
525 fds.events &= ~POLLOUT; in copyfd_io_poll()
/linux/arch/um/drivers/
A Dubd_user.c75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
/linux/drivers/staging/fieldbus/Documentation/ABI/
A Dfieldbus-dev-cdev24 Note that POLLIN | POLLOUT events are always set, because the
/linux/Documentation/userspace-api/media/v4l/
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/arch/x86/um/
A Duser-offsets.c80 DEFINE(UM_POLLOUT, POLLOUT); in foo()
/linux/Documentation/userspace-api/media/cec/
A Dcec-func-poll.rst47 transmit queue has room for new messages, the ``POLLOUT`` and
/linux/samples/bpf/
A Dxdpsock_user.c1330 fds[0].events = POLLOUT; in tx_only_all()
1343 if (!(fds[0].revents & POLLOUT)) in tx_only_all()
1421 fds[i].events = POLLOUT | POLLIN; in l2fwd_all()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c3355 pollfd.events = POLLIN | POLLOUT; in TEST()
3374 pollfd.events = POLLIN | POLLOUT; in TEST()
3377 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
3777 pollfd.events = POLLIN | POLLOUT; in TEST()
3785 pollfd.events = POLLIN | POLLOUT; in TEST()
3788 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
/linux/Documentation/networking/
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
A Dkcm.rst90 write space available (POLLOUT) events are handled by the multiplexor. If there
A Dpacket_mmap.rst537 pfd.events = POLLOUT;
A Dip-sysctl.rst946 reports POLLOUT events if the amount of unsent bytes is below a per
/linux/tools/testing/selftests/bpf/
A Dxdpxceiver.c859 fds.events = POLLOUT; in send_pkts()
869 if (!(fds.revents & POLLOUT)) in send_pkts()
/linux/tools/testing/selftests/net/
A Dmsg_zerocopy.c552 while (!do_poll(fd, POLLOUT)) { in do_tx()
A Dpsock_tpacket.c412 pfd.events = POLLOUT | POLLERR; in walk_tx()
/linux/Documentation/usb/
A Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
/linux/Documentation/filesystems/spufs/
A Dspufs.rst134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/linux/fs/
A Dio_uring.c5675 mask |= POLLOUT | POLLWRNORM; in io_arm_poll_handler()

Completed in 54 milliseconds