Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT
/Linux-v5.4/arch/m68k/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT
/Linux-v5.4/arch/xtensa/include/uapi/asm/
Dpoll.h15 #define POLLWRNORM POLLOUT
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dpoll.h5 #define POLLWRNORM POLLOUT
/Linux-v5.4/include/uapi/asm-generic/
Dpoll.h8 #define POLLOUT 0x0004 macro
/Linux-v5.4/tools/perf/tests/
Dfdarray.c157 FDA_ADD(3, 88, POLLIN | POLLOUT, 4); in test__fdarray__add()
164 FDA_CHECK(3, 88, POLLIN | POLLOUT); in test__fdarray__add()
/Linux-v5.4/arch/um/drivers/
Dubd_user.c75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
/Linux-v5.4/drivers/staging/fieldbus/Documentation/ABI/
Dfieldbus-dev-cdev24 Note that POLLIN | POLLOUT events are always set, because the
/Linux-v5.4/arch/x86/um/
Duser-offsets.c92 DEFINE(UM_POLLOUT, POLLOUT); in foo()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dfunc-poll.rst58 flags in the ``revents`` field, output devices the ``POLLOUT`` and
69 :ref:`poll() <func-poll>` to succeed as well, but it sets the ``POLLOUT`` and
/Linux-v5.4/samples/bpf/
Dxdpsock_user.c643 fds[0].events = POLLOUT; in tx_only_all()
652 if (!(fds[0].revents & POLLOUT)) in tx_only_all()
716 fds[i].events = POLLOUT | POLLIN; in l2fwd_all()
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-func-poll.rst57 transmit queue has room for new messages, the ``POLLOUT`` and
/Linux-v5.4/drivers/char/ipmi/
Dipmb_dev_int.c160 unsigned int mask = POLLOUT; in ipmb_poll()
/Linux-v5.4/arch/um/os-Linux/
Dsigio.c355 .events = read ? POLLIN : POLLOUT, in sigio_broken()
/Linux-v5.4/Documentation/networking/
Drds.txt127 POLLOUT is a little harder. Since you can essentially send
128 to any destination, RDS will always signal POLLOUT as long as
Dkcm.txt87 write space available (POLLOUT) events are handled by the multiplexor. If there
Dpacket_mmap.txt517 pfd.events = POLLOUT;
Dip-sysctl.txt768 reports POLLOUT events if the amount of unsent bytes is below a per
/Linux-v5.4/tools/testing/selftests/net/
Dmsg_zerocopy.c553 while (!do_poll(fd, POLLOUT)) { in do_tx()
Dpsock_tpacket.c412 pfd.events = POLLOUT | POLLERR; in walk_tx()
/Linux-v5.4/Documentation/usb/
Dgadget_printer.rst268 fd[0].events = POLLOUT | POLLWRNORM;
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3144 pollfd.events = POLLIN | POLLOUT; in TEST()
3152 pollfd.events = POLLIN | POLLOUT; in TEST()
3155 EXPECT_EQ(pollfd.revents, POLLOUT); in TEST()
/Linux-v5.4/net/xdp/
Dxsk.c448 mask |= POLLOUT | POLLWRNORM; in xsk_poll()
/Linux-v5.4/Documentation/filesystems/
Dspufs.txt124 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever