Searched refs:POLLOUT (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/arch/m68k/include/uapi/asm/ |
D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/Linux-v4.19/arch/xtensa/include/uapi/asm/ |
D | poll.h | 15 #define POLLWRNORM POLLOUT
|
/Linux-v4.19/arch/sparc/include/uapi/asm/ |
D | poll.h | 5 #define POLLWRNORM POLLOUT
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | poll.h | 8 #define POLLOUT 0x0004 macro
|
/Linux-v4.19/tools/perf/tests/ |
D | fdarray.c | 157 FDA_ADD(3, 88, POLLIN | POLLOUT, 4); in test__fdarray__add() 164 FDA_CHECK(3, 88, POLLIN | POLLOUT); in test__fdarray__add()
|
/Linux-v4.19/arch/um/drivers/ |
D | ubd_user.c | 75 kernel_pollfd.events = POLLOUT; in ubd_write_poll()
|
/Linux-v4.19/arch/x86/um/ |
D | user-offsets.c | 92 DEFINE(UM_POLLOUT, POLLOUT); in foo()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | func-poll.rst | 51 flags in the ``revents`` field, output devices the ``POLLOUT`` and 62 :ref:`poll() <func-poll>` to succeed as well, but it sets the ``POLLOUT`` and
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-func-poll.rst | 50 transmit queue has room for new messages, the ``POLLOUT`` and
|
/Linux-v4.19/drivers/misc/mei/ |
D | main.c | 602 if (req_events & (POLLOUT | POLLWRNORM)) { in mei_poll() 605 mask |= POLLOUT | POLLWRNORM; in mei_poll()
|
/Linux-v4.19/arch/um/os-Linux/ |
D | sigio.c | 355 .events = read ? POLLIN : POLLOUT, in sigio_broken()
|
/Linux-v4.19/samples/bpf/ |
D | xdpsock_user.c | 834 fds[0].events = POLLOUT; in tx_only() 844 !(fds[0].revents & POLLOUT)) in tx_only()
|
/Linux-v4.19/Documentation/networking/ |
D | rds.txt | 127 POLLOUT is a little harder. Since you can essentially send 128 to any destination, RDS will always signal POLLOUT as long as
|
D | kcm.txt | 87 write space available (POLLOUT) events are handled by the multiplexor. If there
|
D | packet_mmap.txt | 517 pfd.events = POLLOUT;
|
D | ip-sysctl.txt | 712 reports POLLOUT events if the amount of unsent bytes is below a per
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 553 while (!do_poll(fd, POLLOUT)) { in do_tx()
|
D | psock_tpacket.c | 426 pfd.events = POLLOUT | POLLERR; in walk_tx()
|
/Linux-v4.19/net/xdp/ |
D | xsk.c | 307 mask |= POLLOUT | POLLWRNORM; in xsk_poll()
|
/Linux-v4.19/Documentation/usb/ |
D | gadget_printer.txt | 255 fd[0].events = POLLOUT | POLLWRNORM;
|
/Linux-v4.19/Documentation/filesystems/ |
D | spufs.txt | 124 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
|