Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/staging/fieldbus/Documentation/ABI/
A Dfieldbus-dev-cdev16 Clears POLLERR | POLLPRI from the file descriptor.
23 POLLERR | POLLPRI will be set on the file descriptor.
/linux/Documentation/userspace-api/media/v4l/
A Dfunc-poll.rst53 function succeeds, but sets the ``POLLERR`` flag in the ``revents``
57 :c:func:`poll()` function succeeds and sets the ``POLLERR`` flag in
68 capturing. When that fails it returns a ``POLLERR`` as above. Otherwise
75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
A Dfunc-select.rst116 return a ``POLLERR``.
/linux/Documentation/translations/zh_CN/accounting/
A Dpsi.rst133 if (fds.revents & POLLERR) {
134 printf("got POLLERR, event source is gone\n");
/linux/tools/perf/tests/
A Dfdarray.c128 FDA_ADD(1, 2, POLLERR, 2); in test__fdarray__add()
146 FDA_CHECK(1, 2, POLLERR); in test__fdarray__add()
/linux/include/uapi/asm-generic/
A Dpoll.h9 #define POLLERR 0x0008 macro
/linux/tools/testing/selftests/net/
A Dpsock_tpacket.c233 pfd.events = POLLIN | POLLERR; in walk_v1_v2_rx()
412 pfd.events = POLLOUT | POLLERR; in walk_tx()
594 pfd.events = POLLIN | POLLERR; in walk_v3_rx()
A Dso_txtime.c228 struct pollfd pfd = { .fd = fdt, .events = POLLERR }; in recv_errqueue_msgs()
237 if (ret && (pfd.revents & POLLERR)) in recv_errqueue_msgs()
A Dmsg_zerocopy.c472 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
/linux/tools/testing/selftests/sync/
A Dsync.c63 fds.events = POLLIN | POLLERR; in sync_wait()
/linux/Documentation/userspace-api/media/mediactl/
A Drequest-func-poll.rst51 set the ``POLLERR`` flag in ``revents``.
/linux/Documentation/accounting/
A Dpsi.rst159 if (fds.revents & POLLERR) {
160 printf("got POLLERR, event source is gone\n");
/linux/tools/perf/
A Dbuiltin-daemon.c1307 sock_pos = fdarray__add(&fda, sock_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
1311 file_pos = fdarray__add(&fda, conf_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
1315 signal_pos = fdarray__add(&fda, signal_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
/linux/Documentation/networking/
A Dmsg_zerocopy.rst122 POLLERR in its output flags. That flag does not have to be set in the
129 if (poll(&pfd, 1, -1) != 1 || pfd.revents & POLLERR == 0)
A Dkcm.rst92 posted on the TCP socket so that a POLLERR event happens and KCM discontinues
274 TCP socket attached to a KCM multiplexor in epoll set for POLLERR
A Dpacket_mmap.rst494 pfd.events = POLLIN|POLLRDNORM|POLLERR;
972 pfd.events = POLLIN | POLLERR;
/linux/samples/nitro_enclaves/
A Dne_ioctl_sample.c206 fds[0].events = POLLIN | POLLERR | POLLHUP; in ne_poll_enclave_fd()
/linux/tools/testing/selftests/kvm/
A Ddemand_paging_test.c167 if (pollfd[0].revents & POLLERR) { in uffd_handler_thread_fn()
/linux/Documentation/translations/zh_CN/
A Dgpio.txt594 请在 events 中设置 POLLPRI 和 POLLERR。如果你使用轮询操作
/linux/Documentation/translations/zh_TW/
A Dgpio.txt594 請在 events 中設置 POLLPRI 和 POLLERR。如果你使用輪詢操作
/linux/tools/lib/perf/
A Devlist.c319 int pos = fdarray__add(&evlist->pollfd, fd, revent | POLLERR | POLLHUP, flags); in perf_evlist__add_pollfd()
/linux/Documentation/admin-guide/gpio/
A Dsysfs.rst95 you use poll(2), set the events POLLPRI and POLLERR. If you
/linux/net/rds/
A Daf_rds.c245 mask |= POLLERR; in rds_poll()
/linux/drivers/staging/greybus/tools/
A Dloopback_test.c659 t->fds[fds_idx].events = POLLERR | POLLPRI; in open_poll_files()
/linux/tools/testing/selftests/net/mptcp/
A Dmptcp_connect.c547 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()

Completed in 46 milliseconds

12