Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/staging/fieldbus/Documentation/ABI/
Dfieldbus-dev-cdev16 Clears POLLERR | POLLPRI from the file descriptor.
23 POLLERR | POLLPRI will be set on the file descriptor.
/Linux-v5.10/Documentation/userspace-api/media/v4l/
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
Dfunc-select.rst116 return a ``POLLERR``.
/Linux-v5.10/tools/perf/tests/
Dfdarray.c128 FDA_ADD(1, 2, POLLERR, 2); in test__fdarray__add()
146 FDA_CHECK(1, 2, POLLERR); in test__fdarray__add()
/Linux-v5.10/include/uapi/asm-generic/
Dpoll.h9 #define POLLERR 0x0008 macro
/Linux-v5.10/tools/testing/selftests/sync/
Dsync.c63 fds.events = POLLIN | POLLERR; in sync_wait()
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Drequest-func-poll.rst51 set the ``POLLERR`` flag in ``revents``.
/Linux-v5.10/tools/testing/selftests/net/
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()
Dmsg_zerocopy.c472 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
/Linux-v5.10/Documentation/accounting/
Dpsi.rst159 if (fds.revents & POLLERR) {
160 printf("got POLLERR, event source is gone\n");
/Linux-v5.10/Documentation/networking/
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)
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
Dpacket_mmap.rst495 pfd.events = POLLIN|POLLRDNORM|POLLERR;
973 pfd.events = POLLIN | POLLERR;
/Linux-v5.10/samples/nitro_enclaves/
Dne_ioctl_sample.c207 fds[0].events = POLLIN | POLLERR | POLLHUP; in ne_poll_enclave_fd()
/Linux-v5.10/tools/testing/selftests/kvm/
Ddemand_paging_test.c154 if (pollfd[0].revents & POLLERR) { in uffd_handler_thread_fn()
/Linux-v5.10/Documentation/translations/zh_CN/
Dgpio.txt594 请在 events 中设置 POLLPRI 和 POLLERR。如果你使用轮询操作
/Linux-v5.10/Documentation/admin-guide/gpio/
Dsysfs.rst95 you use poll(2), set the events POLLPRI and POLLERR. If you
/Linux-v5.10/tools/lib/perf/
Devlist.c313 int pos = fdarray__add(&evlist->pollfd, fd, revent | POLLERR | POLLHUP, flags); in perf_evlist__add_pollfd()
/Linux-v5.10/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c430 if (fds.revents & (POLLERR | POLLNVAL)) { in copyfd_io_poll()
/Linux-v5.10/net/rds/
Daf_rds.c245 mask |= POLLERR; in rds_poll()
/Linux-v5.10/drivers/staging/greybus/tools/
Dloopback_test.c659 t->fds[fds_idx].events = POLLERR | POLLPRI; in open_poll_files()
/Linux-v5.10/drivers/scsi/cxlflash/
Docxl_hw.c992 mask |= POLLERR; in afu_poll()
/Linux-v5.10/Documentation/admin-guide/mm/
Duserfaultfd.rst130 (``pollfd[0].revents & POLLERR``). This can happen, e.g. when ranges
/Linux-v5.10/tools/perf/util/
Devlist.c1965 if (entries[ctlfd_pos].revents & (POLLHUP | POLLERR)) in evlist__ctlfd_process()
/Linux-v5.10/Documentation/filesystems/
Drelay.rst137 poll() POLLIN/POLLRDNORM/POLLERR supported. User applications are

12